Enum dittolive_ditto::error::LicenseError [−][src]
pub enum LicenseError {
LicenseTokenVerificationFailed {
message: String,
},
LicenseTokenExpired {
message: String,
},
LicenseTokenUnsupportedFutureVersion {
message: String,
},
}
Variants
Fields of LicenseTokenVerificationFailed
message: String
Fields of LicenseTokenExpired
message: String
Fields of LicenseTokenUnsupportedFutureVersion
message: String
Implementations
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