Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

400 - bad request

Code Block
<html>
    <head>
        <title>400 Bad Request</title>
    </head>
    <body>
        <center>
            <h1>400 Bad Request</h1>
        </center>
        <hr>
        <center>cloudflare</center>
    </body>
</html>

422 - Validation error

Code Block
{
    "meta": {
        "status": "ERROR"
    },
    "errors": [
        {
            "code": "REQUEST_VALIDATION_ERROR",
            "title": "Invalid Query Parameter body / headers / query",
            "detail": "\"account_types\" is not allowed" {
            },    "rule": "enum",
   {             "codefield": "REQUEST_VALIDATION_ERRORdirection",
                "titlemessage": "Invalid Query Parameterenum validation failed on direction",
                "detailargs": "\"login_type\" is not allowed{
                    "choices": [
                        "IN",
                        "OUT"
        },            ]
                }
            }
        ...}
    ]
}

404 - Not found

URL Not Found

...