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

Class OAuthProbeError

packages/core/sdk/src/oauth-client.ts:473–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473export class OAuthProbeError
474 extends Schema.TaggedErrorClass<OAuthProbeError>()("OAuthProbeError", {
475 message: Schema.String,
476 })
477 implements UserActionableError
478{
479 readonly __executorUserActionable = true;
480 readonly code = "oauth_probe_error";
481
482 get userMessage(): string {
483 return this.message;
484 }
485}
486
487export class OAuthRegisterDynamicError
488 extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected