menu
simple_network_handler package
documentation
simple_network_handler_supabase.dart
AuthException class
AuthException class
dark_mode
light_mode
AuthException
class
Implemented types
Exception
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 setter
override
message
→
String
Human readable error message associated with the error.
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
simple_network_handler package
documentation
simple_network_handler_supabase
AuthException class
simple_network_handler_supabase library