Enum dittolive_ditto::error::LicenseError [−][src]
pub enum LicenseError {
LicenseTokenVerificationFailed {
message: String,
},
LicenseTokenExpired {
message: String,
},
LicenseTokenUnsupportedFutureVersion {
message: String,
},
}Variants
Fields of LicenseTokenVerificationFailed
message: StringFields of LicenseTokenExpired
message: StringFields of LicenseTokenUnsupportedFutureVersion
message: StringImplementations
Auto Trait Implementations
impl RefUnwindSafe for LicenseError
impl Send for LicenseError
impl Sync for LicenseError
impl Unpin for LicenseError
impl UnwindSafe for LicenseError
Blanket Implementations
Mutably borrows from an owned value. Read more