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

Class OAuthProbeError

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

Source from the content-addressed store, hash-verified

416}
417
418export class OAuthProbeError
419 extends Schema.TaggedErrorClass<OAuthProbeError>()("OAuthProbeError", {
420 message: Schema.String,
421 })
422 implements UserActionableError
423{
424 readonly __executorUserActionable = true;
425 readonly code = "oauth_probe_error";
426
427 get userMessage(): string {
428 return this.message;
429 }
430}
431
432export class OAuthRegisterDynamicError
433 extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected