Microsoft Azure · Schema

StorageError

Storage service error response.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
Code string The error code.
Message string The error message.
AuthenticationErrorDetail string Additional details for authentication errors.
View JSON Schema on GitHub

JSON Schema

azure-blob-storage-storage-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StorageError",
  "type": "object",
  "description": "Storage service error response.",
  "properties": {
    "Code": {
      "type": "string",
      "description": "The error code."
    },
    "Message": {
      "type": "string",
      "description": "The error message."
    },
    "AuthenticationErrorDetail": {
      "type": "string",
      "description": "Additional details for authentication errors."
    }
  }
}