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-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "description": "Error response returned by the API.",
  "properties": {
    "errorCode": {
      "type": "string",
      "description": "Machine-readable error code.",
      "example": "example_value"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message.",
      "example": "example_value"
    },
    "details": {
      "type": "string",
      "description": "Additional details about the error.",
      "example": "example_value"
    },
    "httpStatusCode": {
      "type": "integer",
      "description": "HTTP status code.",
      "example": 10
    }
  }
}