InsufficientQuotaError

exception controller.exceptions.InsufficientQuotaError(message, location=None, field_path=None)

Bases: ClientRequestError

The user’s quota is insufficient to satisfy this request.

Parameters:
error: ClassVar[str] = 'insufficient_quota'

Used as the type field of the error message.

Should be overridden by any subclass.

status_code: ClassVar[int] = 403

HTTP status code for this type of validation error.