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

Class OAuthProbeError

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

Source from the content-addressed store, hash-verified

306}
307
308export class OAuthProbeError
309 extends Schema.TaggedErrorClass<OAuthProbeError>()("OAuthProbeError", {
310 message: Schema.String,
311 })
312 implements UserActionableError
313{
314 readonly __executorUserActionable = true;
315 readonly code = "oauth_probe_error";
316
317 get userMessage(): string {
318 return this.message;
319 }
320}
321
322export class OAuthRegisterDynamicError
323 extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected