Values.TestStateConfigurationSourceContains configurations for the tested state.
type nonrec t = {retrierRetryCount : RetrierRetryCount.t option;The number of retry attempts that have occurred for the state's Retry that applies to the mocked error.
*)errorCausedByState : TestStateStateName.t option;The name of the state from which an error originates when an error is mocked for a Map or Parallel state.
*)mapIterationFailureCount : MapIterationFailureCount.t option;The number of Map state iterations that failed during the Map state invocation.
*)mapItemReaderData : SensitiveData.t option;The data read by ItemReader in Distributed Map states as found in its original source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RetrierRetryCount.t
| `String of TestStateStateName.t ])
list ]