1 2 3 4 5 6 7 8
//! Host error definition. /// Error raised by the host. #[derive(Debug)] pub struct HostError { /// The error code pub code: i32, }