MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / showError

Method showError

apps/kimi-code/src/tui/kimi-tui.ts:2152–2154  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

2150 }
2151
2152 showError(message: string): void {
2153 this.showStatus(`Error: ${message}`, 'error');
2154 }
2155
2156 showLoginProgressSpinner(label: string): LoginProgressSpinnerHandle {
2157 return this.showProgressSpinner(label);

Callers 13

handleUserInputMethod · 0.95
sendNormalUserInputMethod · 0.95
failSessionRequestMethod · 0.95
steerMessageMethod · 0.95
resumeSessionMethod · 0.95
switchToSessionMethod · 0.95
createNewSessionMethod · 0.95

Calls 1

showStatusMethod · 0.95

Tested by

no test coverage detected