UNPKG

@status/codes

Version:

A collection of status code enums

19 lines (16 loc) 840 B
/** * @see https://auth0.com/docs/api/authentication#standard-error-responses */ var $b7a524d8fcba929f$export$a1fdd30bb1a4d2c9 = /*#__PURE__*/ function(Auth0) { Auth0[Auth0["BadRequest"] = 400] = "BadRequest"; Auth0[Auth0["Unauthorized"] = 401] = "Unauthorized"; Auth0[Auth0["Forbidden"] = 403] = "Forbidden"; Auth0[Auth0["NotFound"] = 404] = "NotFound"; Auth0[Auth0["MethodNotAllowed"] = 405] = "MethodNotAllowed"; Auth0[Auth0["TooManyRequests"] = 429] = "TooManyRequests"; Auth0[Auth0["InternalServerError"] = 500] = "InternalServerError"; Auth0[Auth0["NotImplemented"] = 501] = "NotImplemented"; Auth0[Auth0["ServiceUnavailable"] = 503] = "ServiceUnavailable"; return Auth0; }({}); export {$b7a524d8fcba929f$export$a1fdd30bb1a4d2c9 as Auth0}; //# sourceMappingURL=status-codes.e3fdd8cf.js.map