Module Values.WarningsSource

Sourcetype nonrec t = Warning.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Warning.t list -> [> `List of [> `Structure of (string * [> `List of [> `Integer of UInteger.t ] list | `String of ErrorCode.t ]) list ] list ]
Sourceval to_query : Warning.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Warning.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Warning.t list
Sourceval to_json : Warning.t list -> Yojson.Safe.t