package spin

  1. Overview
  2. Docs

Module Spin.Spin_errorSource

Sourcetype t = [
  1. | `Missing_env_var of string
  2. | `Failed_to_parse of string * string
  3. | `Invalid_template of string * string
  4. | `Failed_to_generate of string
]
Sourceval to_string : t -> string
Sourceval missing_env : string -> t
Sourceval failed_to_parse : msg:string -> string -> t
Sourceval failed_to_generate : string -> t
Sourceval invalid_template : msg:string -> string -> t
Sourceval of_decoder_error : file:string -> Decoder.error -> t
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.