Updated on 2024-01-15 GMT+08:00

Status Codes

  • Normal

    Returned Value

    Description

    200

    The request is successfully processed.

  • Abnormal

    Status Code

    Error

    Description

    400

    Bad Request

    The server fails to process the request.

    401

    Unauthorized

    A username and a password are required.

    403

    Forbidden

    Access to the requested page is denied.

    404

    Not Found

    The server fails to find the requested page.

    405

    Method Not Allowed

    Method specified in the request is not allowed.

    406

    Not Acceptable

    The response generated by the server could not be received by the client.

    407

    Proxy Authentication Required

    Proxy authentication is required before the request is processed.

    408

    Request Timeout

    The request timed out.

    409

    Conflict

    The request is not processed due to a conflict.

    500

    Internal Server Error

    The request is not processed due to a server error.

    501

    Not Implemented

    The request is not processed because the server does not support the requested function.

    502

    Bad Gateway

    Failed to complete the request because the server has received an invalid response.

    503

    Service Unavailable

    Failed to complete the request because the system is unavailable.

    504

    Gateway Timeout

    A gateway timeout error occurs.