Workday Reporting · Schema

Error

Error response returned by the Workday RaaS API

AnalyticsBusiness IntelligenceFinancial ReportingHr DataReporting

Properties

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

JSON Schema

workday-reporting-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "description": "Error response returned by the Workday RaaS API",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error code identifying the type of error"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message with details about the failure"
    }
  }
}