pub enum DepositItemError {
Status598,
Status404,
Status461,
Status498,
Status499,
Status486,
Status478,
Status462,
}Expand description
struct for typed errors of method deposit_item
Variants§
Status598
Bank not found on this map.
Status404
Item not found.
Status461
Some of your items or your gold in the bank are already part of an ongoing transaction.
Status498
Character not found.
Status499
The character is in cooldown.
Status486
An action is already in progress for this character.
Status478
Missing item or insufficient quantity.
Status462
Your bank is full.
Trait Implementations§
Source§impl Clone for DepositItemError
impl Clone for DepositItemError
Source§fn clone(&self) -> DepositItemError
fn clone(&self) -> DepositItemError
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 DepositItemError
impl Debug for DepositItemError
Source§impl<'de> Deserialize<'de> for DepositItemError
impl<'de> Deserialize<'de> for DepositItemError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for DepositItemError
impl Serialize for DepositItemError
Source§impl TryFrom<StatusCode> for DepositItemError
impl TryFrom<StatusCode> for DepositItemError
Auto Trait Implementations§
impl Freeze for DepositItemError
impl RefUnwindSafe for DepositItemError
impl Send for DepositItemError
impl Sync for DepositItemError
impl Unpin for DepositItemError
impl UnwindSafe for DepositItemError
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