Belin.io Core
    Preparing search index...

    Variable StatusConst

    Status: Readonly<
        {
            BadGateway: 502;
            BadRequest: 400;
            BandwidthLimitExceeded: 509;
            Conflict: 409;
            Created: 201;
            Forbidden: 403;
            Found: 302;
            GatewayTimeout: 504;
            InternalServerError: 500;
            MethodNotAllowed: 405;
            MovedPermanently: 301;
            NoContent: 204;
            NotAcceptable: 406;
            NotFound: 404;
            NotImplemented: 501;
            NotModified: 304;
            OK: 200;
            PageExpired: 419;
            PayloadTooLarge: 413;
            PaymentRequired: 402;
            RequestTimeout: 408;
            ServiceUnavailable: 503;
            TooManyRequests: 429;
            Unauthorized: 401;
            UnprocessableContent: 422;
            UnsupportedMediaType: 415;
        },
    > = ...

    Provides common HTTP status codes.