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

Class

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

Source from the content-addressed store, hash-verified

12/** Public 500 surface. Opaque by schema: correlation plus an optional safe
13 * retry signal are the only details that cross the wire. */
14export class InternalError extends Schema.TaggedErrorClass<InternalError>()(
15 "InternalError",
16 {
17 /** 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