Skip to main content

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

NameTypeDescription
errerrorThe error to check for a "limit exceeded" root cause.

Returns

TypeDescription
boolTrue if the error is caused by a limit exceeding, False otherwise.