Modules§
Structs§
- Application
Error - Information about errors in auto-generated code or in user-implemented service handlers.
- Protocol
Error - Information about errors that occur in the runtime library.
- Transport
Error - Information about I/O errors.
Enums§
- Application
Error Kind - Auto-generated or user-implemented code error categories.
- Error
- Error type returned by all runtime library functions.
- Protocol
Error Kind - Runtime library error categories.
- Transport
Error Kind - I/O error categories.
Functions§
- new_
application_ error - Create a new
Error
instance of typeApplication
that wraps anApplicationError
. - new_
protocol_ error - Create a new
Error
instance of typeProtocol
that wraps aProtocolError
. - new_
transport_ error - Create a new
Error
instance of typeTransport
that wraps aTransportError
.
Type Aliases§
- Result
- Result type returned by all runtime library functions.