Azure Key Vault · Schema

Error

The key vault server error.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Properties

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

JSON Schema

azure-key-vault-data-plane-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "The key vault server error.",
  "properties": {
    "code": {
      "type": "string",
      "description": "The error code."
    },
    "message": {
      "type": "string",
      "description": "The error message."
    }
  }
}