#[repr(i32)]pub enum AgentError {
Failed = -1,
ResourceNotFound = -2,
AlreadyInProgress = -3,
}Expand description
Errors that can be returned as a result of agent operations.
Variants§
Trait Implementations§
Source§impl Debug for AgentError
impl Debug for AgentError
Auto Trait Implementations§
impl Freeze for AgentError
impl RefUnwindSafe for AgentError
impl Send for AgentError
impl Sync for AgentError
impl Unpin for AgentError
impl UnwindSafe for AgentError
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