Documentation
Dlang.org
McpException
mcp
protocol
errors
An error that maps onto a JSON-RPC error object.
@
safe
class
McpException : Exception {
int
code
;
Json
data
;
}
Members
Variables
data
Json
data
;
optional structured payload;
Json.undefined
if none
mcp
protocol
errors
classes
McpException
enums
ErrorCode
functions
isValidElicitationUrl
missingRequiredClientCapability
resourceNotFound
toErrorJson
urlElicitationRequired
userRejected
structs
UrlElicitation
An error that maps onto a JSON-RPC error object.