package ocaml-protoc-yojson

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type error =
  1. | Unexpected_json_type of string * string
  2. | Malformed_variant of string
exception Failure of error
val unexpected_json_type : string -> string -> 'a
val malformed_variant : string -> 'a
val string_of_error : error -> string