httpError: {
    BadGatewayError: typeof BadGatewayError;
    BadRequestError: typeof BadRequestError;
    ConflictError: typeof ConflictError;
    ForbiddenError: typeof ForbiddenError;
    GatewayTimeoutError: typeof GatewayTimeoutError;
    GoneError: typeof GoneError;
    InternalServerErrorError: typeof InternalServerErrorError;
    NotAcceptableError: typeof NotAcceptableError;
    NotFoundError: typeof NotFoundError;
    NotImplementedError: typeof NotImplementedError;
    PayloadTooLargeError: typeof PayloadTooLargeError;
    RequestTimeoutError: typeof RequestTimeoutError;
    ServiceUnavailableError: typeof ServiceUnavailableError;
    UnauthorizedError: typeof UnauthorizedError;
    UnprocessableEntityError: typeof UnprocessableEntityError;
    UnsupportedMediaTypeError: typeof UnsupportedMediaTypeError;
} = ...

Type declaration

  • BadGatewayError: typeof BadGatewayError
  • BadRequestError: typeof BadRequestError
  • ConflictError: typeof ConflictError
  • ForbiddenError: typeof ForbiddenError
  • GatewayTimeoutError: typeof GatewayTimeoutError
  • GoneError: typeof GoneError
  • InternalServerErrorError: typeof InternalServerErrorError
  • NotAcceptableError: typeof NotAcceptableError
  • NotFoundError: typeof NotFoundError
  • NotImplementedError: typeof NotImplementedError
  • PayloadTooLargeError: typeof PayloadTooLargeError
  • RequestTimeoutError: typeof RequestTimeoutError
  • ServiceUnavailableError: typeof ServiceUnavailableError
  • UnauthorizedError: typeof UnauthorizedError
  • UnprocessableEntityError: typeof UnprocessableEntityError
  • UnsupportedMediaTypeError: typeof UnsupportedMediaTypeError

Generated using TypeDoc