-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Native
-
None
Currently, we have transactions docs examples have indexOf < 0
if ( error.errorLabels && error.errorLabels.indexOf('TransientTransactionError') < 0 ) if ( error.errorLabels && error.errorLabels.indexOf('UnknownTransactionCommitResult') < 0 )
Should be >= 0