Oracle GoldenGate · Schema

Error

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

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

JSON Schema

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