Enum collectd_plugin::de::DeError
source · pub enum DeError {
NoMoreValuesLeft,
SerdeError(String),
ExpectSingleValue,
ExpectString,
ExpectChar(String),
ExpectBoolean,
ExpectNumber,
ExpectStruct,
ExpectObject,
DataTypeNotSupported,
}Variants§
NoMoreValuesLeft
SerdeError(String)
ExpectSingleValue
ExpectString
ExpectChar(String)
ExpectBoolean
ExpectNumber
ExpectStruct
ExpectObject
DataTypeNotSupported
Trait Implementations§
source§impl Fail for DeError
impl Fail for DeError
source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read more