package tezos-protocol-environment-structs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Branch
    (*

    Errors that may not happen in another context

    *)
  2. | `Temporary
    (*

    Errors that may not happen in a later context

    *)
  3. | `Permanent
    (*

    Errors that will happen no matter the context

    *)
]
val default_category : [> `Temporary ]
val string_of_category : [< `Branch | `Permanent | `Temporary ] -> string
val classify : [< `Branch | `Permanent | `Temporary ] -> Tezos_error_monad.Error_classification.t