[go: up one dir, main page]

Module error

Module error 

Source
Expand description

Interfaces for working with errors.

Structs§

Error
An error encountered when communicating with the service.

Enums§

ErrorKind
The kind of error.

Traits§

ResultExt
An extension to the Result type that easy allows creating Error values from existing errors.

Type Aliases§

Result
A convenience alias for Result where the error type is hard coded to Error.