Contains error information returned by the API.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorDetails", "type": "object", "description": "Contains error information returned by the API.", "properties": { "errorCode": { "type": "string", "description": "The error code." }, "message": { "type": "string", "description": "A human-readable error message." } } }