package protocell

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

Module Runtime.TypesSource

Sourcetype 'sort decoding_error = [
  1. | `Wrong_value_sort_for_string_field of 'sort * Base.string Field_value.typ
  2. | `Wrong_value_sort_for_int_field of 'sort * Base.int Field_value.typ
  3. | `Wrong_value_sort_for_float_field of 'sort * Base.float Field_value.typ
  4. | `Wrong_value_sort_for_bool_field of 'sort * Base.bool Field_value.typ
  5. | `Wrong_value_sort_for_user_field of 'sort
  6. | `Wrong_value_sort_for_enum_field of 'sort
  7. | `Unrecognized_enum_value
  8. | `Multiple_oneof_fields_set
  9. | `Integer_outside_int_type_range of Base.int64
]
Sourcetype 'v value = 'v Field_value.t
Sourcetype 'v typ = 'v Field_value.typ
Sourcemodule type Encoding = sig ... end
OCaml

Innovation. Community. Security.