Updated on 2023-03-16 GMT+08:00

Returned Values

  • Normal

    Returned Value

    Description

    200 OK

    The request has succeeded.

    201 Created

    The request has succeeded and has led to the creation of a resource.

    204

    A request has succeeded, but that the client does not need to navigate away from its current page.

  • Abnormal

    Returned Value

    Description

    400 Bad Request

    The request parameter is invalid.

    403 Forbidden

    You do not have the permissions to access the requested resource.

    404 Not Found

    The requested resource does not exist.

    500 Internal Server Error

    Failed to complete the request because of an internal service error.

    501 Not Implemented

    Failed to complete the request 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 an internal service error occurred.

    504 Gateway Timeout

    The gateway timed out.