NestJS MCP - v1.0.1
Preparing search index...
interfaces/mcp-execution.interface
MCPException
Class MCPException
Exception that can be thrown by guards or interceptors
Hierarchy (
View Summary
)
Error
MCPException
MCPForbiddenException
MCPUnauthorizedException
MCPRateLimitException
MCPTimeoutException
Index
Constructors
constructor
Properties
code
data?
Constructors
constructor
new
MCPException
(
code
:
number
,
message
:
string
,
data
?:
unknown
)
:
MCPException
Parameters
code
:
number
message
:
string
Optional
data
:
unknown
Returns
MCPException
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...
Exception that can be thrown by guards or interceptors