Microsoft Azure · Schema

ErrorResponse

Error response from Cosmos DB.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
code string The error code.
message string The error message.
View JSON Schema on GitHub

JSON Schema

azure-cosmos-db-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Error response from Cosmos DB.",
  "properties": {
    "code": {
      "type": "string",
      "description": "The error code."
    },
    "message": {
      "type": "string",
      "description": "The error message."
    }
  }
}