gcp_sdk_rpc::model::code

Constant ABORTED

Source
pub const ABORTED: &str = "ABORTED";
Expand description

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