MCPcopy Create free account
hub / github.com/langgenius/dify / toString

Method toString

cli/src/errors/base.ts:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 override toString(): string {
31 return this.hint
32 ? `${this.code}: ${this.message} (hint: ${this.hint})`
33 : `${this.code}: ${this.message}`
34 }
35
36 toEnvelope(): ErrorEnvelope {
37 const payload: ErrorEnvelope['error'] = {

Callers 15

hashScopeFunction · 0.45
server.spec.tsFile · 0.45
cli.spec.tsFile · 0.45
buildRequestUrlFunction · 0.45
buildQueryStringFunction · 0.45
client.test.tsFile · 0.45
jsonResponderFunction · 0.45
runFunction · 0.45
spawn_backgroundFunction · 0.45
mintFreshTokenFunction · 0.45
ceRegisterAccountFunction · 0.45

Calls

no outgoing calls

Tested by 4

capturesFunction · 0.36
captureFunction · 0.36
captureFunction · 0.36
capturesFunction · 0.36