NRouterCreditError class final
insufficient_credits (402) — the credit reserve failed.
- Inheritance
-
- Object
- NRouterError
- NRouterCreditError
Constructors
Properties
- body → NRouterErrorBody?
-
The gateway payload, or
nullwhen the request never reached it.finalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- isRetryable → bool
-
Whether retrying the identical request could plausibly succeed.
no setterinherited
- message → String
-
finalinherited
- retryAfter → int?
-
On a 429: duration in whole seconds to wait before retrying.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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