Hyperlinkv0.9.0-beta.0

Node

Node.InvalidHttpTargetclasssrc/internal/nodeCore.ts:382

resolveHttpTarget / a positional Node.Tag()(name, badString) got a string that is neither a port (":3009"), a port number, nor an http(s):// url. Surfaces on the Layer / Effect error channel (same precedent as UnaddressedNode) — never a sync throw. Catch via Exit / CatchTag when building connect / protocol derivation.

errorsresolveHttpTargetUnaddressedNode
export class InvalidHttpTarget extends Data.TaggedError("InvalidHttpTarget")<{
  readonly target: string;
}> {}
Referenced by 2 symbols