InvalidValues
The InvalidValues
type describes the invalid Values
that have been attempted during a transaction, primarily used so that you can indicate whether the transaction should be rolled back.
{[valueId: Id]: any[]}
An InvalidValues
object is provided to the doRollback
callback when using the transaction
method and the finishTransaction
method. See those methods for specific examples.
This type is an object containing each invalid Value
's attempt listed in array (much like the InvalidValueListener
type) so that multiple failed attempts to change a Value
during the transaction are described.
Since
v3.0.0