pub struct ErrorCode(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl ErrorCode
impl ErrorCode
pub const SUCCEEDED: ErrorCode
pub const E_DISCONNECTED: ErrorCode
pub const E_FAILED_TO_CONNECT: ErrorCode
pub const E_RPC_FAILURE: ErrorCode
pub const E_LEADER_CHANGED: ErrorCode
pub const E_KEY_HAS_EXISTS: ErrorCode
pub const E_SPACE_NOT_FOUND: ErrorCode
pub const E_PART_NOT_FOUND: ErrorCode
pub const E_KEY_NOT_FOUND: ErrorCode
pub const E_CONSENSUS_ERROR: ErrorCode
pub const E_EDGE_PROP_NOT_FOUND: ErrorCode
pub const E_TAG_PROP_NOT_FOUND: ErrorCode
pub const E_IMPROPER_DATA_TYPE: ErrorCode
pub const E_EDGE_NOT_FOUND: ErrorCode
pub const E_TAG_NOT_FOUND: ErrorCode
pub const E_INDEX_NOT_FOUND: ErrorCode
pub const E_INVALID_FILTER: ErrorCode
pub const E_INVALID_UPDATER: ErrorCode
pub const E_INVALID_STORE: ErrorCode
pub const E_INVALID_PEER: ErrorCode
pub const E_RETRY_EXHAUSTED: ErrorCode
pub const E_TRANSFER_LEADER_FAILED: ErrorCode
pub const E_LOAD_META_FAILED: ErrorCode
pub const E_FAILED_TO_CHECKPOINT: ErrorCode
pub const E_CHECKPOINT_BLOCKED: ErrorCode
pub const E_FILTER_OUT: ErrorCode
pub const E_PARTIAL_RESULT: ErrorCode
pub const E_UNKNOWN: ErrorCode
Trait Implementations§
Source§impl<P> Deserialize<P> for ErrorCodewhere
P: ProtocolReader,
impl<P> Deserialize<P> for ErrorCodewhere
P: ProtocolReader,
Source§impl Ord for ErrorCode
impl Ord for ErrorCode
Source§impl PartialOrd for ErrorCode
impl PartialOrd for ErrorCode
Source§impl ThriftEnum for ErrorCode
impl ThriftEnum for ErrorCode
impl Copy for ErrorCode
impl Eq for ErrorCode
impl StructuralPartialEq for ErrorCode
Auto Trait Implementations§
impl Freeze for ErrorCode
impl RefUnwindSafe for ErrorCode
impl Send for ErrorCode
impl Sync for ErrorCode
impl Unpin for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more