Skip to main content

Module error

Module error 

Source
Expand description

Error type for the GCS bridge.

All public surface returns GcsResult<T>; transport, framing, protocol negotiation, and RPC dispatch all funnel their failure modes through the single GcsError enum so callers can match on the failure class without caring which sub-layer produced it.

Enums§

GcsError
Errors that can occur while talking to a UVM’s Guest Compute Service.

Type Aliases§

GcsResult
Convenience alias for results returned by the GCS bridge.