LcpErrorCase enum

Inheritance

Constructors

LcpErrorCase()
const

Values

unknown → const LcpErrorCase
invalidPath → const LcpErrorCase
invalidLcpl → const LcpErrorCase
statusLinkNotFound → const LcpErrorCase
licenseNotFound → const LcpErrorCase
licenseLinkNotFound → const LcpErrorCase
publicationLinkNotFound → const LcpErrorCase
hintLinkNotFound → const LcpErrorCase
registerLinkNotFound → const LcpErrorCase
linkNotFound → const LcpErrorCase
renewLinkNotFound → const LcpErrorCase
noStatusDocument → const LcpErrorCase
licenseDocumentData → const LcpErrorCase
publicationData → const LcpErrorCase
registrationFailure → const LcpErrorCase
failure → const LcpErrorCase
alreadyed → const LcpErrorCase
alreadyExpired → const LcpErrorCase
renewFailure → const LcpErrorCase
renewPeriod → const LcpErrorCase
deviceId → const LcpErrorCase
unexpectedServerError → const LcpErrorCase
invalidHintData → const LcpErrorCase
archive → const LcpErrorCase
fileNotInArchive → const LcpErrorCase
noPassphraseFound → const LcpErrorCase
emptyPassphrase → const LcpErrorCase
invalidJson → const LcpErrorCase
invalidContext → const LcpErrorCase
crlFetching → const LcpErrorCase
missingLicenseStatus → const LcpErrorCase
licenseStatusCancelled → const LcpErrorCase
licenseStatusReturned → const LcpErrorCase
licenseStatusRevoked → const LcpErrorCase
licenseStatusExpired → const LcpErrorCase
invalidRights → const LcpErrorCase
invalidPassphrase → const LcpErrorCase

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LcpErrorCase>
A constant List of the values in this enum, in order of their declaration.