HttpStatusCodes

The status codes for the REST.

Signature

declare enum HttpStatusCodes {    OK = 200,    Created = 201,    Accepted = 202,    NoContent = 204,    MovedPermanently = 301,    Found = 302,    NotModified = 304,    BadRequest = 400,    Unauthorized = 401,    Forbidden = 403,    NotFound = 404,    MethodNotAllowed = 405,    RequestTimeout = 408,    Conflict = 409,    Gone = 410,    TooManyRequests = 429,    InternalServerError = 500,    NotImplemented = 501,    BadGateway = 502,    ServiceUnavailable = 503,    GatewayTimeout = 504}

JSDoc

@seehttps://developer.mozilla.org/en-US/docs/Web/HTTP/Status

Members

This export does not declare public properties or methods in the generated declaration file.