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

Class

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

Source from the content-addressed store, hash-verified

214 * context that has no user subject. The message says which — it is safe to
215 * show to the caller. */
216export class InvalidConnectionInputError extends Schema.TaggedErrorClass<InvalidConnectionInputError>()(
217 "InvalidConnectionInputError",
218 { message: Schema.String },
219) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected