Oracle GoldenGate · Schema

ErrorResponse

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
code integer
message string
severity string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-big-data-rest-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "code": {
      "type": "integer"
    },
    "message": {
      "type": "string"
    },
    "severity": {
      "type": "string"
    }
  }
}