Copyright | (c) Greg Heartsfield 2007 |
---|---|
License | BSD3 |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
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 a Source
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 -> String Source
Pretty print an error message.