ErrorResponse

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

oracle-e-business-suite-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "error": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        },
        "message": {
          "type": "string"
        },
        "detail": {
          "type": "string"
        }
      },
      "example": "example_value"
    }
  }
}