An error message providing details about the operation failure.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OperationError", "title": "OperationError", "description": "An error message providing details about the operation failure.", "type": "object", "properties": { "description": { "type": "string", "description": "A human readable explanation for the occurrence of an error.", "example": "Incorrect Credentials." } } }