NestJS MCP - v1.0.1
Preparing search index...
interfaces/mcp-execution.interface
MCPUnauthorizedException
Class MCPUnauthorizedException
Unauthorized exception - thrown when authentication is required
Hierarchy (
View Summary
)
MCPException
MCPUnauthorizedException
Index
Constructors
constructor
Properties
code
data?
Constructors
constructor
new
MCPUnauthorizedException
(
message
?:
string
,
data
?:
unknown
,
)
:
MCPUnauthorizedException
Parameters
message
:
string
= 'Unauthorized'
Optional
data
:
unknown
Returns
MCPUnauthorizedException
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...
Unauthorized exception - thrown when authentication is required