Skip to main content

Module error

Module error 

Source
Expand description

Request, transfer, authentication, and lifecycle failures.

Failures with a waiting caller are returned through Result. Unsolicited native diagnostics use on_error, not every client’s update queue. This crate chooses neither logging nor retry policy.

A failed wait is not necessarily a failed side effect. For example, losing a reply during teardown does not prove a message was never accepted. Inspect the variant and the relevant operation’s cancellation contract before retrying. Batch sends expose independent inner results so partial success is preserved.

Enums§

Error
An inspectable client failure.

Type Aliases§

Result
The result of a client operation; the default success value is ().