HttpErrorType: {
    bad_gateway: "bad_gateway";
    not_found: "not_found";
    service_unavailable: "service_unavailable";
    unauthorized: "unauthorized";
    unexpected_error: "unexpected_error";
    unknown: "unknown";
} = ...

Type declaration

  • Readonlybad_gateway: "bad_gateway"
  • Readonlynot_found: "not_found"
  • Readonlyservice_unavailable: "service_unavailable"
  • Readonlyunauthorized: "unauthorized"
  • Readonlyunexpected_error: "unexpected_error"
  • Readonlyunknown: "unknown"