Skip to main content
const HttpErrorType: {
  unexpected_error: "unexpected_error";
  unauthorized: "unauthorized";
  not_found: "not_found";
  bad_gateway: "bad_gateway";
  service_unavailable: "service_unavailable";
  unknown: "unknown";
};

Type declaration

unexpected_error

readonly unexpected_error: "unexpected_error";

unauthorized

readonly unauthorized: "unauthorized";

not_found

readonly not_found: "not_found";

bad_gateway

readonly bad_gateway: "bad_gateway";

service_unavailable

readonly service_unavailable: "service_unavailable";

unknown

readonly unknown: "unknown";