clean-jsdoc-theme TypeDoc APIv0.0.0

HTTP_STATUS

HTTP_STATUS: { ACCEPTED: 202; BAD_GATEWAY: 502; BAD_REQUEST: 400; CONFLICT: 409; CREATED: 201; FORBIDDEN: 403; FOUND: 302; GATEWAY_TIMEOUT: 504; GONE: 410; INTERNAL_SERVER_ERROR: 500; METHOD_NOT_ALLOWED: 405; MOVED_PERMANENTLY: 301; NO_CONTENT: 204; NOT_FOUND: 404; NOT_IMPLEMENTED: 501; NOT_MODIFIED: 304; OK: 200; PAYMENT_REQUIRED: 402; SEE_OTHER: 303; SERVICE_UNAVAILABLE: 503; TOO_MANY_REQUESTS: 429; UNAUTHORIZED: 401; UNPROCESSABLE_ENTITY: 422; }

Source: api.ts:15

HTTP status codes

Properties

  • ACCEPTED (202) — Request accepted for processing
  • BAD_GATEWAY (502) — Bad gateway
  • BAD_REQUEST (400) — Bad request syntax
  • CONFLICT (409) — Request conflict
  • CREATED (201) — Resource created
  • FORBIDDEN (403) — Access forbidden
  • FOUND (302) — Resource found elsewhere
  • GATEWAY_TIMEOUT (504) — Gateway timeout
  • GONE (410) — Resource gone permanently
  • INTERNAL_SERVER_ERROR (500) — Internal server error
  • METHOD_NOT_ALLOWED (405) — Method not allowed
  • MOVED_PERMANENTLY (301) — Moved permanently
  • NO_CONTENT (204) — No content to return
  • NOT_FOUND (404) — Resource not found
  • NOT_IMPLEMENTED (501) — Not implemented
  • NOT_MODIFIED (304) — Not modified since last request
  • OK (200) — Request succeeded
  • PAYMENT_REQUIRED (402) — Payment required
  • SEE_OTHER (303) — See other location
  • SERVICE_UNAVAILABLE (503) — Service unavailable
  • TOO_MANY_REQUESTS (429) — Too many requests
  • UNAUTHORIZED (401) — Authentication required
  • UNPROCESSABLE_ENTITY (422) — Validation failed