LivenessCheckErrorInfo class
Contains detailed information about a liveness check error.
This class provides comprehensive error information including the error type, user-friendly message, technical details for debugging, and timestamp.
Constructors
- LivenessCheckErrorInfo({required LivenessCheckError errorType, required String message, String? technicalDetails, DateTime? timestamp})
- Creates a liveness check error info object.
Properties
- errorType → LivenessCheckError
-
The type of error that occurred.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
User-friendly error message.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- technicalDetails → String?
-
Optional technical details for debugging purposes.
final
- timestamp → DateTime
-
Timestamp when the error occurred.
final
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