Throws a HttpException with a 429 status code, indicating that too many
requests were being fired within a certain time window.
class ThrottlerException extends HttpException {
constructor(message?: string)
}
Constructor
constructor(message?: string)
Parameters
Option |
Type |
Description |
message
|
string |
Optional. Default is undefined .
|
|