PickerCountException class Exceptions
Exception thrown when picked items count is greater than allowed limit.
For DocMan.pick methods that have limit parameter.
Thrown when you set picker parameter limitResultCancel to true.
For example when you pick 5 files, but limit is set to 3 and limitResultCancel is true.
- Implemented types
Constructors
- PickerCountException(String? limit, String? count)
-
Creates a new instance of PickerCountException.
const
Properties
- code → String
-
Representing corresponding
PlatformExceptionerror code.no setteroverride - count → String?
-
Picked items count
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit → String?
-
The limit that is invalid.
final
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited