package octez-internal-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Errors.BaseSource

Sourcetype t = error
Sourceval pp : Stdlib.Format.formatter -> [< t ] -> unit
Sourceval raise_error : [< t ] -> 'a
Sourceval log_error : string -> [< t ] -> unit
Sourceval catch : (unit -> 'a) -> ('a, [> t ]) Stdlib.result
Sourceval raise_if_error : ('a, [< t ]) Stdlib.result -> 'a
Sourceval log_if_error : string -> (unit, [< t ]) Stdlib.result -> unit
Sourceval to_json_string : (Optint.Int63.t, [< t ]) Stdlib.result -> string
Sourceval of_json_string : string -> (Optint.Int63.t, [> t ]) Stdlib.result
OCaml

Innovation. Community. Security.