| 12 | /** Public 500 surface. Opaque by schema: correlation plus an optional safe |
| 13 | * retry signal are the only details that cross the wire. */ |
| 14 | export class InternalError extends Schema.TaggedErrorClass<InternalError>()( |
| 15 | "InternalError", |
| 16 | { |
| 17 | /** Opaque correlation id for backend lookup (Sentry event id, log line, etc.). */ |
nothing calls this directly
no outgoing calls
no test coverage detected