Error

Standard error response

Properties

Name Type Description
code string Error code
message string Human-readable error description
View JSON Schema on GitHub

JSON Schema

automation-anywhere-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "description": "Standard error response",
  "properties": {
    "code": {
      "type": "string",
      "description": "Error code"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error description"
    }
  }
}