Oracle · JSON Structure

Oci Compute Error Structure

Type: object Properties: 4
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Error is a JSON Structure definition published by Oracle, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

code message status opcRequestId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "status": {
      "type": "integer"
    },
    "opcRequestId": {
      "type": "string"
    }
  }
}