Storage service error response.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StorageError", "title": "StorageError", "type": "object", "description": "Storage service error response.", "properties": { "Code": { "type": "string", "description": "The error code.", "example": "example_value" }, "Message": { "type": "string", "description": "The error message.", "example": "example_value" }, "AuthenticationErrorDetail": { "type": "string", "description": "Additional details for authentication errors.", "example": "example_value" } } }