Header.Error
type t
=
|
Header_too_short of int
Invalid_channel of int
Invalid_command_tag of int
Unexpected_sequence_number of
{
expected : int;
actual : int;
}