FingerprintProError class abstract
Basic class for the identification error
- Inheritance
-
- Object
- PlatformException
- FingerprintProError
- Implementers
- ApiError
- ApiKeyExpiredError
- ApiKeyNotFoundError
- ApiKeyRequiredError
- ClientTimeoutError
- CspBlockError
- FailedError
- HeaderRestrictedError
- HostnameRestrictedError
- InstallationMethodRestrictedError
- IntegrationFailureError
- InvalidResponseTypeError
- InvalidUrlError
- InvalidURLParamsError
- JsonParsingError
- NetworkError
- NotAvailableForCrawlBotsError
- NotAvailableWithoutUAError
- OriginNotAvailableError
- RequestCannotBeParsedError
- RequestTimeoutError
- ResponseCannotBeParsedError
- ScriptLoadFailError
- SubscriptionNotActiveError
- TooManyRequestError
- UnknownError
- UnsupportedVersionError
- WrongRegionError
Constructors
- FingerprintProError(String code, String? message)
Properties
- code → String
-
An error code.
finalinherited
- details → dynamic
-
Error details, possibly null.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
A human-readable error message, possibly null.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stacktrace → String?
-
Native stacktrace for the error, possibly null.
finalinherited
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