IsExceedsLimit
Gets a value indicating whether the root cause of error is a "limit exceeded" error.
def IsExceedsLimit(
err: error
) - > bool
Gets a value indicating whether the root cause of error is a "limit exceeded" error.
Parameters
| Name | Type | Description |
|---|---|---|
| err | error | The error to check for a "limit exceeded" root cause. |
Returns
| Type | Description |
|---|---|
bool | True if the error is caused by a limit exceeding, False otherwise. |