The reason provided by the catch clause inside the mapping routine.
The zero based index provided by map or similarly an index provided by the mapping routine.
Flag that indicates if the exception was hapening on the curent iteration of the mapping routine or if it was part of a previously raised exception that was already part of the item currently being mapped from the ptovided collection.
Generated using TypeDoc v0.23.24
This function is a lifecycle hook inside the mapping tool which will get trigered if a
currentRejection
arise on the current iteration (inside of the Tranformation phase or the validation phase).Remarks
It will also reitarate any non
currentRejection
which happened on a previous iteration indicated by thecurrentRejection
flag being turnd off (value offalse
).Returns
OnlySideEffect: Do not return any value is trigered syncrounously.