Skip to main content

Module errors

Module errors 

Source
Expand description

Error types used throughout the vgi-rpc framework.

Structs§

RpcError
An RPC-level error, serialized on the wire as an EXCEPTION log batch.

Type Aliases§

Result
Convenience alias for Result<T, RpcError>.