Module Websocket__Frame.Error

type t = {
code : Websocket.Connection_close_reason.t;
message : string;
}