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

Class OAuthStartError

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

Source from the content-addressed store, hash-verified

203}
204
205export class OAuthStartError
206 extends Schema.TaggedErrorClass<OAuthStartError>()("OAuthStartError", {
207 message: Schema.String,
208 })
209 implements UserActionableError
210{
211 readonly __executorUserActionable = true;
212 readonly code = "oauth_start_error";
213
214 get userMessage(): string {
215 return this.message;
216 }
217}
218
219export class OAuthCompleteError
220 extends Schema.TaggedErrorClass<OAuthCompleteError>()("OAuthCompleteError", {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected