|  | 
| enum class | HttpError { Success = 0
, SystemError
, UnknownError
, HeaderInvalidName
,
 HeaderInvalidValue
, HeaderTooLargeName
, HeaderTooLargeValue
, HTTPBodyTooLarge
,
 UriInvalid
, UriTooLarge
, HTTPInvalidMethod
, HTTPInvalidStatusCode
,
 HTTPInvalidVersion
, HTTPFetchResponseNotFound
, HTTPFetchRequestFailed
, HTTPChannelClosed
 }
 | 
|  | Enum describing return values of functions that correspond to HTTP modules.  More... 
 | 
|  | 
| enum class | KVError { Success = 0
, Unknown
, NotFound
, UnAuthorized
 } | 
|  | Enum describing return values of functions that correspond to kv modules.  More... 
 | 
|  | 
| enum class | StorageError { Success = 0
, SystemError
, EmptyContent
, MissingFileName
,
 DeletedBucketID
, MissingBucketID
, InternalError
, ContentNotFound
,
 UnAuthorized
, MissingAttributes
, ContentDeleted
, InvalidAttributes
,
 ResourceLimit
, StorageResponseNotFound
, StorageChannelClosed
 }
 | 
|  | Enum describing return values of functions that correspond to storage modules.  More... 
 | 
|  | 
| enum class | StreamError { Success = 0
, EndOfStream
, Unknown
, SystemError
,
 StreamNotFound
, StreamChannelClosed
, ReadOnWriteStream
, WriteOnReadStream
,
 StreamClosed
, StreamChunkTooLarge
 }
 | 
|  | Enum that describes values returned by streaming functions.  More... 
 | 
|  | 
Error-handling enums and utilities.