Module Async_durable__Durable_pipe_rpc.Update
type ('response, 'error) t
=
|
Attempting_new_connection
|
Connection_success of Async_rpc_kernel.Rpc.Pipe_rpc.Metadata.t
|
Lost_connection
|
Failed_to_connect of Core_kernel.Error.t
|
Rpc_error of 'error
|
Update of 'response