Exception: Google::Cloud::AbortedError
- Defined in:
- lib/google/cloud/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.