Hyperlinkv0.8.0-beta.28

Node

Node.InvalidHttpTargetclasssrc/internal/nodeCore.ts:293

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 clientHttp or derived connect.

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