Return class Null safety
Errors while returning a loan.
- Inheritance
-
- Object
- UserException
- LcpException
- Return
Properties
- alreadyReturnedOrExpired → Return
-
Your publication has already been returned before or is expired.
read-only
-
args
→ List<
Object> -
finalinherited
- cause → Object?
-
finalinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- message → String?
-
finalinherited
- quantity → int?
-
finalinherited
- returnFailed → Return
-
Your publication could not be returned properly.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- unexpectedServerError → Return
-
An unexpected error has occurred on the licensing server.
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited