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.

Constants§

AUTH_UNAVAILABLE_ERROR_TYPE
RpcError::error_type marking “I could not determine whether the credential is good”, as distinct from “the credential is bad”.
DEFAULT_AUTH_RETRY_AFTER_SECONDS
Default Retry-After for a transient authentication failure. Short on purpose: it is a hint to retry, not a backoff schedule.

Type Aliases§

Result
Convenience alias for Result<T, RpcError>.