Parsing class Null safety
Errors while parsing the License or Status JSON Documents.
- Inheritance
-
- Object
- UserException
- LcpException
- Parsing
- Implementers
Properties
-
args
→ List<
Object> -
finalinherited
- cause → Object?
-
finalinherited
- encryption → Parsing
-
Invalid Encryption.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- licenseDocument → Parsing
-
The JSON is not representing a valid License Document.
read-only
- link → Parsing
-
Invalid Link.
read-only
- malformedJSON → Parsing
-
The JSON is malformed and can't be parsed.
read-only
- message → String?
-
finalinherited
- quantity → int?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- signature → Parsing
-
Invalid License Document Signature.
read-only
- statusDocument → Parsing
-
The JSON is not representing a valid Status Document.
read-only
- userMessageId → String
-
finalinherited
Methods
-
getUserMessage(
LocalizationsRepository localizationsRepository, {bool includesCauses = true}) → String -
Gets the localized user-facing message for this exception.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
url(
String rel) → Url
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited