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

Class OAuthProbeError

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected