MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / formatUserError

Function formatUserError

src/core/bridge_coordinator.ts:20797–20799  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

20795}
20796
20797function formatUserError(error) {
20798 return error instanceof Error ? error.message : String(error);
20799}
20800
20801function formatAccountIdentity(identity) {
20802 if (!identity) {

Calls

no outgoing calls

Tested by

no test coverage detected