Page History
...
- HTTP 400 in case of incorrect input parameters. The response must contain the following fields:
status - string: "Error";
errorMessage - string: error description text; - HTTP 401 Unauthorized request (authorization failed):
status - string: "Error";
errorMessage - string: error description text; - HTTP 403 in case of problems with request execution. The response must contain the following fields:
status - string: "Error";
errorMessage - string: error description text.
Example of a request to a web service:
...
An example of a response with an error:
| Code Block | ||
|---|---|---|
| ||
{"status":"Error","errorMessage":"error description text 400"} |