2.2. Error Response

In case of malformed requests or unauthorized requests, the server rejects the request with an error response of this structure:

Example 2.2. An error response

<error>
    <reason></reason>
</error>

The reason node contains a string explaining why the request has been rejected.