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
-
- Object
- KumihoError
- ProjectLimitError
Constructors
- ProjectLimitError(String message)
-
Creates a new ProjectLimitError with the given
message.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