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

Class

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

Source from the content-addressed store, hash-verified

161 * context that has no user subject. The message says which — it is safe to
162 * show to the caller. */
163export class InvalidConnectionInputError extends Schema.TaggedErrorClass<InvalidConnectionInputError>()(
164 "InvalidConnectionInputError",
165 { message: Schema.String },
166) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected