TransactionAbortedError constructor

TransactionAbortedError({
  1. String? reason,
  2. Object? payload,
  3. Object? error,
  4. StackTrace? errorStackTrace,
})

Implementation

TransactionAbortedError(
    {this.reason, this.payload, this.error, this.errorStackTrace});