Skip to main content

Module error

Module error 

Source
Expand description

Error type for the overlayd transport, server, and client.

Enums§

OverlaydError
Errors raised by the overlayd IPC layer and server.

Constants§

MAX_FRAME_BYTES
Maximum accepted IPC frame size (8 MiB). A status snapshot of a large cluster is the biggest legitimate frame; anything past this is treated as a framing desync / hostile peer and rejected rather than allocated.

Type Aliases§

Result
Convenience result alias for the overlayd crate.