Crate jetstream_error

Crate jetstream_error 

Source
Expand description

Error handling for Jetstream

$ # do some rpc server::validation::E001 (link)   x Server-side validation failed   help: Check your input parameters

Structs§

Error
Error represents a collection of errors that occurred during a Jetstream operation.

Traits§

IntoError
IntoError trait allows conversion of various error types into Jetstream Error.

Type Aliases§

Result
Result is a type alias for a Result type that uses the Error type.