onspring-api-sdk
    Preparing search index...

    Enumeration HttpStatusCode

    HttpStatusCode - Enum for HTTP status codes

    Index
    Accepted: 202

    Accepted - The request was accepted for processing.

    BadGateway: 502

    BadGateway - The server received an invalid response from an upstream server.

    BadRequest: 400

    BadRequest - The request was invalid.

    Conflict: 409

    Conflict - The request could not be completed due to a conflict with the current state of the resource.

    Created: 201

    Created - The request was successful and a new resource was created.

    Forbidden: 403

    Forbidden - The request included an authentication token but the token was not valid.

    GatewayTimeout: 504

    GatewayTimeout - The server did not receive a response from an upstream server in a timely manner.

    InternalServerError: 500

    InternalServerError - An unexpected error occurred on the server.

    MethodNotAllowed: 405

    MethodNotAllowed - The requested method is not supported for the resource.

    NoContent: 204

    NoContent - The request was successful but there is no content to return.

    NotFound: 404

    NotFound - The requested resource does not exist.

    NotImplemented: 501

    NotImplemented - The requested method is not implemented.

    OK: 200

    OK - The request was successful.

    ServiceUnavailable: 503

    ServiceUnavailable - The server is currently unavailable.

    Unauthorized: 401

    Unauthorized - The request did not include an authentication token.