API Reference

Whenever an error response (status code >= 400) is returned, the 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."
}
CodeDescription
-103Certificate has not been collected yet.