Module Values.ActionRequiredSource

Action required for a broker.

Sourcetype nonrec t = {
  1. actionRequiredCode : string option;
    (*

    The code you can use to find instructions on the action required to resolve your broker issue.

    *)
  2. actionRequiredInfo : string option;
    (*

    Information about the action required to resolve your broker issue.

    *)
}
Sourceval make : ?actionRequiredCode:??? -> ?actionRequiredInfo:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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