Values_0.FailureDetailsSourceInformation about an Automation failure.
type nonrec t = {failureStage : String_.t option;The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.
*)failureType : String_.t option;The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.
*)details : AutomationParameterMap.t option;Detailed information about the Automation step failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of AutomationParameterKey.t ]
* [> `List of [> `String of AutomationParameterValue.t ] list ])
list
| `String of String_.t ])
list ]