Workday · Schema

ErrorResponse

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
error string A message describing the error.
errors array
View JSON Schema on GitHub

JSON Schema

hcm-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "A message describing the error."
    },
    "errors": {
      "type": "array"
    }
  }
}