struct
Raft::RPC::ErrorMessage
- Raft::RPC::ErrorMessage
- Struct
- Value
- Object
Overview
General-purpose error frame sent before closing a connection.
Used by the handshake responder to signal authentication failure. Can be reused for other protocol-level errors in the future.
Defined in:
raft/rpc.crConstructors
Instance Method Summary
-
#message : String
Human-readable error description.
- #type : Type