Module error

Source

Structs§

StreamError
The Arc-wrapped type of ErrorKind.

Enums§

ErrorKind
The error type for streaming tasks.

Traits§

IntoUnexpectedExit
Extension trait for converting StreamError into ErrorKind::UnexpectedExit with the given context.

Type Aliases§

ScoredStreamError
A StreamError with a score, used to find the root cause of actor failures.
StreamResult
A specialized Result type for streaming tasks.