Skip to main content

SlowDownError

This error is raised when the user tries to access a resource that does not exist or is invalid.

Constructor

Signature

def SlowDownError(
message: str = null
) - > null

Parameters

NameTypeDescription
messagestr = nullA descriptive message for the error.

Signature

def SlowDownError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrThe specific error message detailing why the slowdown error occurred.