Constant grpcio_sys::grpc_status_code::GRPC_STATUS_ABORTED
source · pub const GRPC_STATUS_ABORTED: Type = 10;
Expand description
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.