Enum eva_common::value::SerializerError
source · pub enum SerializerError {
Custom(String),
}Variants§
Trait Implementations§
source§impl Debug for SerializerError
impl Debug for SerializerError
source§impl Display for SerializerError
impl Display for SerializerError
source§impl Error for SerializerError
impl Error for SerializerError
source§impl Error for SerializerError
impl Error for SerializerError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
source§impl From<SerializerError> for Error
impl From<SerializerError> for Error
source§fn from(err: SerializerError) -> Error
fn from(err: SerializerError) -> Error
Converts to this type from the input type.
source§impl From<SerializerError> for RpcError
impl From<SerializerError> for RpcError
source§fn from(err: SerializerError) -> Self
fn from(err: SerializerError) -> Self
Converts to this type from the input type.