Hyperlinkv0.9.0-beta.0

Hyperlink

Hyperlink.WireMismatchinterfacesrc/Hyperlink.ts:2244

The error surface a wired Tag<Self, I>() member resolves to when its success schema disagrees with the service interface at that key — rejected at the call, naming the key.

modelsTag
Source src/Hyperlink.ts:22444 lines
export interface WireMismatch<K extends PropertyKey> {
  readonly [wireMismatchSym]: `Hyperlink.Tag: wired member '${K &
    string}' — its success type disagrees with the service interface`;
}
Referenced by 1 symbols