Hyperlinkv0.8.0-beta.28

Node

Node.AddressLessClaimLostclasssrc/internal/nodeCore.ts:233

Address-less unix / http / ws lost the Node.key claim — another process owns this Node. Winner endpoint is in original (dial via Lookup / client).

errorsunixhttpws
export class AddressLessClaimLost extends Data.TaggedError("AddressLessClaimLost")<{
  readonly node: string;
  readonly original: {
    readonly nodeKey: string;
    readonly kind: ProtocolKind;
    readonly url?: string;
    readonly path?: string;
  };
}> {}
Referenced by 6 symbols