Safe Haskell | Safe-Inferred |
---|
Results from a query to Amazon Web Services. API Version 2006-03-01 http://docs.amazonwebservices.com/AmazonS3/2006-03-01/
Data Types
type AWSResult a = Either ReqError aSource
A result from processing a request to S3. Either some success
value, or a ReqError
.
An error from an S3 request, either at the network layer, or from S3 itself.
NetworkError ConnError | Connection error at the network layer. |
AWSError String String |
|
prettyReqError :: ReqError -> StringSource
Pretty print an error message.