FdbErrorPredicate
Namespace: FoundationDB.Client · enum
Implements: IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
MaybeCommitted
MaybeCommitted = 50001
Returns true if the error indicates the transaction may have succeeded, though not in a way the system can verify.
None
None = 0
Retryable
Retryable = 50000
Returns true if the error indicates the operations in the transactions should be retried because of transient error.
RetryableNotCommited
RetryableNotCommited = 50002
Returns true if the error indicates the transaction has not committed, though in a way that can be retried.