MCPcopy Create free account
hub / github.com/effect-app/libs / toReport

Method toReport

packages/effect-app/src/client/errors.ts:271–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 }
270 }
271 toReport() {
272 return {
273 _tag: this._tag,
274 name: this.name,
275 message: this.message
276 }
277 }
278
279 toJSON() {
280 return {

Callers 1

tryToReportFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected