Response.Errtype t = {ename : string;errno : int32 option;The extended 9P2000.u protocol allows the server to return an errno
*)}The pauload of an error response
val sizeof : t -> intThe size of a buffer needed to hold t
val read : Cstruct.t -> (t * Cstruct.t, [ `Msg of string ]) Stdlib.resultRead a t from the given buffer and return it, along with the unused remainder of the buffer. If the buffer cannot be parsed then return an error.
val write : t -> Cstruct.t -> (Cstruct.t, [ `Msg of string ]) Stdlib.resultWrite a t into the given buffer. If the buffer is too small, then return an error. Return the unused remainder of the buffer.