Skip to main content
Version: edge

status

Constants

BAD_GATEWAY

type: U64

The server received an invalid response from an upstream server.

BAD_REQUEST

type: U64

The request was invalid or malformed.

CREATED

type: U64

The request was successful and a resource was created.

FORBIDDEN

type: U64

The user is not authorized to perform the requested action.

GATEWAY_TIMEOUT

type: U64

The server timed out waiting for a response from an upstream server.

INTERNAL_SERVER_ERROR

type: U64

An internal server error occurred.

NOT_FOUND

type: U64

The requested resource could not be found.

NO_CONTENT

type: U64

The request was successful but there's no content to return.

OK

type: U64

The request was successful.

SERVICE_UNAVAILABLE

type: U64

The server is currently unavailable.

UNAUTHORIZED

type: U64

The request requires user authentication.