package irmin-server

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

Module Irmin_server.ErrorSource

inline

Sourcetype t = [
  1. | `Msg of string
]
Sourcetype 'a result = ('a, [ `Msg of string ]) Result.t
Sourceexception Error of string
Sourceval raise_error : string -> 'a
Sourceval unwrap : string -> 'a result -> 'a

Raise an exception if the result is Error

Sourceval of_string : string -> t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.