@status/codes
Version:
A collection of status code enums
24 lines (19 loc) • 998 B
JavaScript
function $parcel$export(e, n, v, s) {
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
}
$parcel$export(module.exports, "Auth0", () => $80c4ae7d0d271039$export$a1fdd30bb1a4d2c9);
/**
* @see https://auth0.com/docs/api/authentication#standard-error-responses
*/ var $80c4ae7d0d271039$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;
}({});
//# sourceMappingURL=status-codes.04bfeb2c.js.map