[][src]Constant grpcio_sys::grpc_status_code::GRPC_STATUS_ABORTED

pub const GRPC_STATUS_ABORTED: Type = 10;

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

See litmus test above for deciding between FAILED_PRECONDITION, ABORTED, and UNAVAILABLE.