Standard Failure Response
Imagen StorageService returns the following response in the body when calls fail (i.e. return code is neither 200 or 201).
<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code></Code><!--Error code 0 = success -->
<Message></Message>
<Details></Details><!-- Further/lengthier details of the error (if there are any)-->
</Error>