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

Class

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

Source from the content-addressed store, hash-verified

154 * context that has no user subject. The message says which — it is safe to
155 * show to the caller. */
156export class InvalidConnectionInputError extends Schema.TaggedErrorClass<InvalidConnectionInputError>()(
157 "InvalidConnectionInputError",
158 { message: Schema.String },
159) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected