Returns an error when a quota limit is reached.
This function does not generate a change.
max_quota_err([message])
Argument | Type | Description |
---|---|---|
message | str (optional) | Alternative error message. |
An error value (in a client response, an error value will be packed as a string value with the error message).
This code shows max_quota_err():
max_quota_err();
Return value in JSON format
"max quota is reached"