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."
}

Code

Description

-103

Certificate has not been collected yet.