pub enum RpcErrorCode {
Show 19 variants
InvalidRequest,
MethodNotFound,
InvalidParams,
Unauthorized,
Forbidden,
NotFound,
Conflict,
PreconditionFailed,
RateLimited,
Timeout,
ServiceUnavailable,
Internal,
TaskNotFound,
LoopNotFound,
PlanningSessionNotFound,
CollectionNotFound,
ConfigInvalid,
IdempotencyConflict,
BackpressureDropped,
}Variants§
InvalidRequest
MethodNotFound
InvalidParams
Forbidden
NotFound
Conflict
PreconditionFailed
RateLimited
Timeout
Internal
TaskNotFound
LoopNotFound
PlanningSessionNotFound
CollectionNotFound
ConfigInvalid
IdempotencyConflict
BackpressureDropped
Implementations§
Source§impl RpcErrorCode
impl RpcErrorCode
Trait Implementations§
Source§impl Clone for RpcErrorCode
impl Clone for RpcErrorCode
Source§fn clone(&self) -> RpcErrorCode
fn clone(&self) -> RpcErrorCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RpcErrorCode
impl Debug for RpcErrorCode
Source§impl PartialEq for RpcErrorCode
impl PartialEq for RpcErrorCode
impl Copy for RpcErrorCode
impl Eq for RpcErrorCode
impl StructuralPartialEq for RpcErrorCode
Auto Trait Implementations§
impl Freeze for RpcErrorCode
impl RefUnwindSafe for RpcErrorCode
impl Send for RpcErrorCode
impl Sync for RpcErrorCode
impl Unpin for RpcErrorCode
impl UnsafeUnpin for RpcErrorCode
impl UnwindSafe for RpcErrorCode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.