pub type Error = BacnetError;Expand description
Canonical error surface for architecture-level composition.
Aliased Type§
pub enum Error {
ObjectNotFound {
object_type: String,
instance: u32,
},
PropertyNotFound {
property: String,
},
InvalidObjectType(u16),
Server(String),
Protocol(String),
Io(Error),
Core(Error),
}