Workday Finance · Schema

ErrorResponse

AccountingCloudEnterpriseERPFinanceFinancial Management

Properties

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

JSON Schema

workday-finance-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"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message"
    }
  }
}