PixException class abstract

The base class for all exceptions related to the Pix feature.

Implemented types
Implementers

Constructors

PixException({required String errorDescription, required String error})
Creates a new instance of the PixException class with the given error and exception data.

Properties

error String
Gets the error message associated with this exception.
no setter
errorDescription String?
Gets the information of this exception.
no setter
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
Returns a string representation of this exception.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited