package fred

  1. Overview
  2. Docs
type api_error = {
  1. error_code : int;
  2. error_message : string;
}

Type of returned API error

val show_api_error : api_error -> Ppx_deriving_runtime.string
OCaml

Innovation. Community. Security.