Module Values_2.FailStepMetadataSource

The container for the metadata for Fail step.

Sourcetype nonrec t = {
  1. errorMessage : String3072.t option;
    (*

    A message that you define and then is processed and rendered by the Fail step when the error occurs.

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