NestJS MCP - v1.0.1
Preparing search index...
interfaces/mcp-execution.interface
MCPRateLimitException
Class MCPRateLimitException
Rate limit exception - thrown when rate limit is exceeded
Hierarchy (
View Summary
)
MCPException
MCPRateLimitException
Index
Constructors
constructor
Properties
code
data?
Constructors
constructor
new
MCPRateLimitException
(
message
?:
string
,
data
?:
unknown
,
)
:
MCPRateLimitException
Parameters
message
:
string
= 'Rate limit exceeded'
Optional
data
:
unknown
Returns
MCPRateLimitException
Properties
Readonly
code
code
:
number
Optional
Readonly
data
data
?:
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
data
NestJS MCP - v1.0.1
Loading...
Rate limit exception - thrown when rate limit is exceeded