Up
Module
Pipe_close_reason
Signature
type
t =
| Closed_locally
(*
The RPC implementer closed the pipe.
*)
| Closed_remotely
(*
An error occurred, e.g. a message could not be deserialized. If the connection closes before either side explicitly closes the pipe, it will also go into this case.
*)
| Error
of
Core_kernel.Std.Error.t