AuthException class

Implemented types

Constructors

AuthException(String message, {String? statusCode, String? code})
const

Properties

code String?
Error code associated with the error. Most errors coming from HTTP responses will have a code, though some errors that occur before a response is received will not have one present. In that case statusCode will also be null.
final
hashCode int
The hash code for this object.
no setteroverride
message String
Human readable error message associated with the error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode String?
HTTP status code that caused the error.
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.
override