Oracle · Schema

Error

Error response returned by the OCI API

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Properties

Name Type Description
code string A short error code that defines the error, meant for programmatic parsing
message string A human-readable error string
status integer The HTTP status code
opcRequestId string Unique Oracle-assigned identifier for the request
View JSON Schema on GitHub

JSON Schema

oci-compute-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "Error response returned by the OCI API",
  "properties": {
    "code": {
      "type": "string",
      "description": "A short error code that defines the error, meant for programmatic parsing"
    },
    "message": {
      "type": "string",
      "description": "A human-readable error string"
    },
    "status": {
      "type": "integer",
      "description": "The HTTP status code"
    },
    "opcRequestId": {
      "type": "string",
      "description": "Unique Oracle-assigned identifier for the request"
    }
  }
}