DocumentDetectorEventFailure class

This class represents a failure in the document capture process. The user document hasn't been successfully captured, the errorMessage parameter contains the failure reason.

Implemented types

Constructors

DocumentDetectorEventFailure({String? errorType, String? errorMessage, int? securityErrorCode})
const

Properties

errorMessage String?
The error message
final
errorType String?
The error type
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityErrorCode int?
Exclusively for Android - Security validation error code returns:
final

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