S3 APIs for S3 interface for MSDP
Common Error Response
In case of error following xml response is returned to REST client.
Response content type is "application/xml"
RequestId is unique ID generated per request.
Response content is in the following XML format:
<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code>InvalidKeyMarker</Code>
<Message>The key marker is invalid. It should start with prefix.
</Message>
<Resource>/azure-versioned/</Resource>
<RequestId>1653377472751453758</RequestId>