Skip to main content

Module error

Module error 

Source
Expand description

Error type for the protocol crate.

All fallible operations in folk-protocol return Result<T, Error>.

Enums§

Error
Errors that can occur in folk-protocol.

Constants§

MAX_FRAME_SIZE
Maximum allowed frame size, in bytes. Frames larger than this are rejected.

Type Aliases§

Result
Convenience alias for Result<T, Error>.