Workday Extend · Schema

ErrorResponse

AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaS

Properties

Name Type Description
error string Error code identifying the type of error
message string Human-readable error message
View JSON Schema on GitHub

JSON Schema

workday-extend-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error code identifying the type of error"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message"
    }
  }
}