Module error

Module error 

Source
Expand description

Error and Result module.

Structs§

S3Error
S3 service returned error response.
ValueError
inducate an illegal variable was used.
XmlError
XML parsing error.

Enums§

Error
InternalException - thrown to indicate internal library error. ErrorResponseException - thrown to indicate S3 service returned an error response. thrown to indicate I/O error on S3 operation. ServerException Thrown to indicate that S3 service returning HTTP server error.

Type Aliases§

Result
A Result typedef to use with the minio-rsc::error type