@andrewscwei/http-error
v3.2.0
Published
Basic HTTP errors with status codes for Node.js
Readme
node-http-error

Custom HTTP errors with status codes for Node.js, extends SuperError.
API
HTTPError— Generic HTTP errorHTTPBadRequestError—HTTPErrorwith status400HTTPUnauthorizedError—HTTPErrorwith status401HTTPPaymentRequiredError—HTTPErrorwith status402HTTPForbiddenError—HTTPErrorwith status403HTTPNotFoundError—HTTPErrorwith status404HTTPMethodNotAllowedError—HTTPErrorwith status405HTTPNotAcceptableError—HTTPErrorwith status406HTTPProxyAuthenticationRequiredError—HTTPErrorwith status407HTTPRequestTimeoutError—HTTPErrorwith status408HTTPConflictError—HTTPErrorwith status409HTTPGoneError—HTTPErrorwith status410HTTPLengthRequiredError—HTTPErrorwith status411HTTPPreconditionFailedError—HTTPErrorwith status412HTTPPayloadTooLargeError—HTTPErrorwith status413HTTPUriTooLongError—HTTPErrorwith status414HTTPUnsupportedMediaTypeError—HTTPErrorwith status415HTTPRangeNotSatisfiableError—HTTPErrorwith status416HTTPExpectationFailedError—HTTPErrorwith status417HTTPImATeapotError—HTTPErrorwith status418HTTPMisdirectedRequestError—HTTPErrorwith status421HTTPUnprocessableEntityError—HTTPErrorwith status422HTTPLockedError—HTTPErrorwith status423HTTPFailedDependencyError—HTTPErrorwith status424HTTPUnorderedCollectionError—HTTPErrorwith status425HTTPUpgradeRequiredError—HTTPErrorwith status426HTTPPreconditionRequiredError—HTTPErrorwith status428HTTPTooManyRequestsError—HTTPErrorwith status429HTTPRequestHeaderFieldsTooLargeError—HTTPErrorwith status431HTTPUnavailableForLegalReasonsError—HTTPErrorwith status451HTTPInternalServerError—HTTPErrorwith status500HTTPNotImplementedError—HTTPErrorwith status501HTTPBadGatewayError—HTTPErrorwith status502HTTPServiceUnavailableError—HTTPErrorwith status503HTTPGatewayTimeoutError—HTTPErrorwith status504HTTPHttpVersionNotSupportedError—HTTPErrorwith status505HTTPVariantAlsoNegotiatesError—HTTPErrorwith status506HTTPInsufficientStorageError—HTTPErrorwith status507HTTPLoopDetectedError—HTTPErrorwith status508HTTPBandwidthLimitExceededError—HTTPErrorwith status509HTTPNotExtendedError—HTTPErrorwith status510HTTPNetworkAuthenticationRequireError—HTTPErrorwith status511
