MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

packages/computer/src/artifacts/errors.ts:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 * so it has the same shape constraints as a repo name.
38 */
39export class InvalidSessionIdError extends ArtifactError {
40 constructor(sessionId: string, reason: string, options?: { cause?: unknown }) {
41 super("EINVALIDSESSION", `invalid session id '${sessionId}': ${reason}`, options);
42 this.name = "InvalidSessionIdError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected