aborted constant

int const aborted

The operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.

See litmus test above for deciding between failedPrecondition, aborted, and unavailable.

Implementation

static const aborted = 10;