package activitypub

  1. Overview
  2. Docs

Module Activitypub.ESource

Errors.

Sourcetype error = ..

Extensible error type. When adding a new constructor, do not forget to register a printer with register_string_of_error.

Sourceexception Error of error
Sourceval error : error -> 'a
Sourceval string_of_error_funs : (error -> string option) list ref
Sourceval register_string_of_error : (error -> string option) -> unit
Sourceval string_of_error : error -> string
Sourceval pp : Format.formatter -> error -> unit