Enum cvode_wrap::Error [−][src]
pub enum Error {
NullPointerError {
func_id: &'static str,
},
ErrorCode {
func_id: &'static str,
flag: c_int,
},
}Expand description
The error type for this crate
Variants
Show fields
Fields of NullPointerError
func_id: &'static strTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Errorimpl UnwindSafe for Error