IForeventsAuthException class

The project key was refused (401 unknown or rotated key, 403 disabled project). Permanent until the app ships a valid key.

Inheritance

Constructors

IForeventsAuthException(String message, {int? statusCode, Map<String, dynamic>? details})
const

Properties

code String?
The stable machine-readable code (error field) when the API set one.
no setterinherited
details Map<String, dynamic>?
Decoded error body, when the API sent JSON.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
Human-readable description.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int?
HTTP status of the failed request, when there was a response.
finalinherited

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