Versions Compared

Key

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

...

Code Block
{
    "errors": [
        {
            "code": "DATA_NOT_FOUND",
            "title": "Data not found.",
            "detail": "Account CZ12080000000002594591015 not found in user profile."
        }
    ],
    "meta": {
        "status": "ERROR"
    }
}

See /wiki/spaces/DOCS/pages/1136918539, and /wiki/spaces/DOCS/pages/1136853019 Errors , and Postman documentation with examples for a list of API error codes and more details.

...