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

Class

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

Source from the content-addressed store, hash-verified

168 * context that has no user subject. The message says which — it is safe to
169 * show to the caller. */
170export class InvalidConnectionInputError extends Schema.TaggedErrorClass<InvalidConnectionInputError>()(
171 "InvalidConnectionInputError",
172 { message: Schema.String },
173) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected