NorthlightError class
- Implemented types
Constructors
- NorthlightError(String message, {String? code})
-
const
Properties
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
Static Methods
-
decodingError(
String message) → NorthlightError -
invalidRequest(
String message) → NorthlightError -
networkError(
String message) → NorthlightError -
serverError(
int statusCode, String message) → NorthlightError -
unknown(
String message) → NorthlightError
Constants
- feedbackLimitReached → const NorthlightError
- invalidApiKey → const NorthlightError
- missingUserIdentifier → const NorthlightError
- notConfigured → const NorthlightError
- rateLimitExceeded → const NorthlightError