hoshimi
    Preparing search index...

    Enumeration HttpStatusCodes

    The status codes for the REST.

    Index

    Enumeration Members

    Accepted: 202

    The request has been accepted for processing, but the processing has not been completed.

    BadGateway: 502

    The server was acting as a gateway and received an invalid response.

    BadRequest: 400

    The request cannot be processed due to bad syntax.

    Conflict: 409

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

    Created: 201

    The request has been fulfilled and resulted in a new resource being created.

    Forbidden: 403

    The request was valid, but the server is refusing action.

    Found: 302

    The requested resource has been found at a different URI.

    GatewayTimeout: 504

    The server did not receive a timely response from an upstream server.

    Gone: 410

    The requested resource is no longer available and will not be available again.

    InternalServerError: 500

    A generic error message, given when no more specific message is suitable.

    MethodNotAllowed: 405

    The request method is known by the server but has been disabled and cannot be used.

    MovedPermanently: 301

    The resource has been moved permanently to a new URI.

    NoContent: 204

    The server successfully processed the request, but is not returning any content.

    NotFound: 404

    The server cannot find the requested resource.

    NotImplemented: 501

    The server does not recognize the request method or lacks the ability to fulfill it.

    NotModified: 304

    The resource has not been modified since the last request.

    OK: 200

    The request has succeeded.

    RequestTimeout: 408

    The server timed out waiting for the request.

    ServiceUnavailable: 503

    The server is currently unavailable (overloaded or down).

    TooManyRequests: 429

    The user has sent too many requests in a given amount of time.

    Unauthorized: 401

    The request requires user authentication.