Values.InspectionErrorDetailsSourceAn object containing data about a handled exception in the tested state.
type nonrec t = {catchIndex : ExceptionHandlerIndex.t option;The array index of the Catch which handled the exception.
*)retryIndex : ExceptionHandlerIndex.t option;The array index of the Retry which handled the exception.
*)retryBackoffIntervalSeconds : RetryBackoffIntervalSeconds.t option;The duration in seconds of the backoff for a retry on a failed state invocation.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of ExceptionHandlerIndex.t ]) list ]