Storage service error response.
{ "$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." } } }