Error codes
Whenever an error response (status code >= 400) is returned, the response body will contain a JSON object that describes the problem.
The error object has the following structure:
{
"code":-103,
"description":"Certificate has not been collected yet."
}Updated 29 days ago