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

Class OAuthProbeError

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

Source from the content-addressed store, hash-verified

220}
221
222export class OAuthProbeError
223 extends Schema.TaggedErrorClass<OAuthProbeError>()("OAuthProbeError", {
224 message: Schema.String,
225 })
226 implements UserActionableError
227{
228 readonly __executorUserActionable = true;
229 readonly code = "oauth_probe_error";
230
231 get userMessage(): string {
232 return this.message;
233 }
234}
235
236export class OAuthRegisterDynamicError
237 extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected