Below is an example of the possible error message you might see in the CertCapture API:
HTTP Code 400 Bad Request { "success": false "code": "2005" "error": "I am an error message" }
success=false
is fairly self explanatory. You will see this whenever there is any type of error.
The code
is for internal use only, but please provide this value whenever contacting support.
The most important value is the error
string as this should provide a nice verbose message to help diagnose what went wrong with your request.