Enum sdk_agent::error::AgentError
source · #[repr(u32)]
pub enum AgentError {
InvalidName,
}
Variants§
InvalidName
Implementations§
Trait Implementations§
source§impl Clone for AgentError
impl Clone for AgentError
source§fn clone(&self) -> AgentError
fn clone(&self) -> AgentError
Returns a copy 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 AgentError
impl Debug for AgentError
source§impl Display for AgentError
impl Display for AgentError
source§impl From<AgentError> for Error
impl From<AgentError> for Error
source§fn from(error_code: AgentError) -> Error
fn from(error_code: AgentError) -> Error
Converts to this type from the input type.
source§impl From<AgentError> for u32
impl From<AgentError> for u32
source§fn from(e: AgentError) -> u32
fn from(e: AgentError) -> u32
Converts to this type from the input type.