Hyperlinkv0.9.0-beta.0

Launcher

export class HandleSpent extends Data.TaggedError("HandleSpent")<{
  readonly node: string;
  readonly phase: "awaitReady" | "handoff";
}> {
  override get message() {
    return `Launcher.Handle for "${this.node}" is spent — cannot ${this.phase} after handoff.`;
  }
}
Referenced by 2 symbols