AuthenticationException class
Exception raised when OAuth authentication fails.
- Inheritance
-
- Object
- RestreamException
- AuthenticationException
Constructors
- AuthenticationException.new(String message)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isTransient → bool
-
Check if this error might be transient and worth retrying.
no setterinherited
- message → String
-
The error message.
finalinherited
- responseText → String?
-
Optional response text from the server.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCode → int?
-
Optional status code from HTTP response.
finalinherited
- url → String?
-
Optional URL that caused the error.
finalinherited
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