AuthRestException class abstract

harmony_auth rest exception

when making refresh tokens rest call: should ONLY throw DioException or AuthRestException. AuthRestException is for when refresh token is invalidated. DioException is for other type of errors like when server is down or a socket exception occurs.

Implemented types

Constructors

AuthRestException()
ONLY FOR EXTERNAL USE
const
factory

Properties

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.
inherited

Operators

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