HostPathPayloadUtf16 import { HostPathPayloadUtf16 } from "destack:error"; UTF-16 path payload attached to an error context. export struct HostPathPayloadUtf16 { kind: "utf16"; utf16: uint16[]; } language/library/src/error/host.ds:286:291 Members kind: "utf16" Discriminator for this path-payload variant. utf16: uint16[] UTF-16 path code units.