HostSystemSourceHResult import { HostSystemSourceHResult } from "destack:error"; HRESULT source payload. export struct HostSystemSourceHResult { kind: "hresult"; value: int32; name: string; } language/library/src/error/host.ds:229:236 Members kind: "hresult" Discriminator for this system-source variant. value: int32 Numeric HRESULT value. name: string Optional symbolic HRESULT name.