Module Values.MessagesSource

Messages that provide the state of the flow.

Sourcetype nonrec t = {
  1. errors : String_.t list option;
    (*

    A list of errors that might have been generated from processes on this flow.

    *)
}
Sourceval make : ?errors:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t