package twirp_core

  1. Overview
  2. Docs
module Error = Error
module Log : Logs.LOG
type headers = (string * string) list
type error = Error.error
val pp_error : Format.formatter -> Error.error -> unit
val show_error : Error.error -> string
val pp_truncate_str : max:int -> Format.formatter -> string -> unit

Print at most max bytes of s in "%S" form

OCaml

Innovation. Community. Security.