IForeventsQuotaExceededException class
The organization is past its monthly event quota and grace period (429,
quota_exceeded). Events sent while this holds are refused by the API;
the integration drops them and stops re-queueing until the next call
succeeds. Upgrade the plan or wait for the next month.
- Inheritance
-
- Object
- IForeventsAPIException
- IForeventsQuotaExceededException
Constructors
Properties
- code → String?
-
The stable machine-readable code (
errorfield) 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
- limit → int?
-
Monthly event limit of the plan.
final
- message → String
-
Human-readable description.
finalinherited
- organizationUuid → String?
-
Organization the quota belongs to.
final
- 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
- used → int?
-
Events already counted this month.
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.
inherited