MobileScannerException class

This class represents an exception thrown by the MobileScannerController.

Implemented types

Constructors

MobileScannerException({required MobileScannerErrorCode errorCode, MobileScannerErrorDetails? errorDetails})
Construct a new MobileScannerException instance.
const

Properties

errorCode → MobileScannerErrorCode
The error code of the exception.
final
errorDetails → MobileScannerErrorDetails?
The additional error details that came with the errorCode.
final
hashCode → int
The hash code for this object.
no setterinherited
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