Exception: Gcloud::AbortedError
- Defined in:
- lib/gcloud/errors.rb
Overview
Aborted indicates 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.