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_typemarking “I could not determine whether the credential is good”, as distinct from “the credential is bad”.- DEFAULT_
AUTH_ RETRY_ AFTER_ SECONDS - Default
Retry-Afterfor 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>.