Error

Error response returned by the API.

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Properties

Name Type Description
errorCode string Machine-readable error code.
message string Human-readable error message.
details string Additional details about the error.
httpStatusCode integer HTTP status code.
View JSON Schema on GitHub

JSON Schema

oracle-enterprise-manager-cloud-control-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "Error response returned by the API.",
  "properties": {
    "errorCode": {
      "type": "string",
      "description": "Machine-readable error code."
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message."
    },
    "details": {
      "type": "string",
      "description": "Additional details about the error."
    },
    "httpStatusCode": {
      "type": "integer",
      "description": "HTTP status code."
    }
  }
}