Enum systemd-dbus::serialize::DecoderError
[-]
[+]
[src]
pub enum DecoderError { NotImplemented(String), ExpectedError(String, String), UnknownVariantError(String), ApplicationError(String), }
Error type for serialization
Variants
NotImplemented | Type not implemented by the decoder |
ExpectedError | Expected error |
UnknownVariantError | Variant type unknown |
ApplicationError | Other errors |