Package version:

Interface ErrorResponse

An error response from the storage resource provider.

interface ErrorResponse {
    error?: ErrorResponseBody;
}

Properties

Properties

Azure Storage Resource Provider error response body.