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

Class

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

Source from the content-addressed store, hash-verified

188 * context that has no user subject. The message says which — it is safe to
189 * show to the caller. */
190export class InvalidConnectionInputError extends Schema.TaggedErrorClass<InvalidConnectionInputError>()(
191 "InvalidConnectionInputError",
192 { message: Schema.String },
193) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected