HostSystemSourceOther import { HostSystemSourceOther } from "destack:error"; Other source payload. export struct HostSystemSourceOther { kind: "other"; value: int32; name: string; } language/library/src/error/host.ds:259:266 Members kind: "other" Discriminator for this system-source variant. value: int32 Numeric source value. name: string Optional symbolic source name.