ABORTED constant

Code const ABORTED

The operation was aborted, typically due to a concurrency issue such as a sequencer check failure or transaction abort.

See the guidelines above for deciding between FAILED_PRECONDITION, ABORTED, and UNAVAILABLE.

HTTP Mapping: 409 Conflict

Implementation

static const Code ABORTED = Code._(10, _omitEnumNames ? '' : 'ABORTED');