MCPcopy Create free account
hub / github.com/VirtualHotBar/NetMount / ErrorHandlerConfig

Interface ErrorHandlerConfig

src/utils/error.ts:200–205  ·  view source on GitHub ↗

* 错误处理器配置

Source from the content-addressed store, hash-verified

198 * 错误处理器配置
199 */
200interface ErrorHandlerConfig {
201 showNotification: boolean
202 showMessage: boolean
203 logToConsole: boolean
204 rethrow: boolean
205}
206
207const DEFAULT_CONFIG: ErrorHandlerConfig = {
208 showNotification: false,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected