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

Class OAuthProbeError

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

Source from the content-addressed store, hash-verified

233}
234
235export class OAuthProbeError
236 extends Schema.TaggedErrorClass<OAuthProbeError>()("OAuthProbeError", {
237 message: Schema.String,
238 })
239 implements UserActionableError
240{
241 readonly __executorUserActionable = true;
242 readonly code = "oauth_probe_error";
243
244 get userMessage(): string {
245 return this.message;
246 }
247}
248
249export class OAuthRegisterDynamicError
250 extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected