Struct sentry_types::protocol::v7::CError
source · Expand description
POSIX signal with optional extended data.
Fields§
§number: i32The error code as specified by ISO C99, POSIX.1-2001 or POSIX.1-2008.
name: Option<String>Optional name of the errno constant.
Trait Implementations§
source§impl<'de> Deserialize<'de> for CError
impl<'de> Deserialize<'de> for CError
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