Protobuf.ResultSourceThis module provides result type and functions for compatibility * with OCaml 4.06
type error = [ | `Premature_end_of_input| `Unknown_field_type of int| `Wrong_field_type of string * Protobuf__.Field.t| `Illegal_value of string * Protobuf__.Field.t| `Not_implemented| `Unknown_enum_value of int| `Oneof_missing| `Required_field_missing ]val show_error :
[< `Illegal_value of string * Protobuf__.Field.t
| `Not_implemented
| `Oneof_missing
| `Premature_end_of_input
| `Required_field_missing
| `Unknown_enum_value of int
| `Unknown_field_type of int
| `Wrong_field_type of string * Protobuf__.Field.t ] ->
string