package smaws-lib

  1. Overview
  2. Docs
type errorType =
  1. | Sender
  2. | Receiver
type t = {
  1. errorType : errorType;
  2. code : string;
}
OCaml

Innovation. Community. Security.