Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftDocs/mcp
/
Class
cli/src/utils/errors.ts:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
export
class
UsageError extends CliError {
14
constructor(message: string, options?: ErrorOptions) {
15
super(message, 2, options);
16
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected