ProjectLimitError class

Raised when project creation is blocked by a guardrail.

Thrown by createProject when the server returns RESOURCE_EXHAUSTED (for example, when the maximum number of projects has been reached). Mirrors the Python SDK's ProjectLimitError.

Inheritance

Constructors

ProjectLimitError(String message)
Creates a new ProjectLimitError with the given message.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The error message.
finalinherited
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited