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

Class

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

Source from the content-addressed store, hash-verified

172/** A connection's value could not be resolved — the provider returned nothing,
173 * or an OAuth token refresh failed and the user must re-auth. */
174export class CredentialResolutionError extends Schema.TaggedErrorClass<CredentialResolutionError>()(
175 "CredentialResolutionError",
176 {
177 owner: Owner,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected