Enum itron_asp3::messagebuffer::InfoError [−][src]
This is supported on crate feature
unstable and (crate features asp3 and messagebuf, or crate features solid_asp3 and messagebuf, or crate feature none) only.Expand description
Error type for MessageBufferRef::info.
This type is an error kind type.
Variants
BadContext(MaybeKind)
Tuple Fields
0: MaybeKindRequires: cfg(not(feature = "none"))
BadId(MaybeKind)
Tuple Fields
0: MaybeKindRequires: cfg(not(feature = "none"))
AccessDenied(MaybeKind)
Tuple Fields
0: MaybeKindRequires: cfg(any())