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

Class OAuthProbeError

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

Source from the content-addressed store, hash-verified

435}
436
437export class OAuthProbeError
438 extends Schema.TaggedErrorClass<OAuthProbeError>()("OAuthProbeError", {
439 message: Schema.String,
440 })
441 implements UserActionableError
442{
443 readonly __executorUserActionable = true;
444 readonly code = "oauth_probe_error";
445
446 get userMessage(): string {
447 return this.message;
448 }
449}
450
451export class OAuthRegisterDynamicError
452 extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected