ErrorResponse

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

human-resources-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "error": {
      "type": "object"
    }
  }
}