MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/sdk/src/api-errors.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12/** Public 500 surface. Opaque by schema — only `traceId` crosses the wire. */
13export class InternalError extends Schema.TaggedErrorClass<InternalError>()(
14 "InternalError",
15 {
16 /** Opaque correlation id for backend lookup (Sentry event id, log line, etc.). */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected