{ "$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" } } }