HostErrorContextGeneric import { HostErrorContextGeneric } from "destack:error"; Generic host-error context payload. export struct HostErrorContextGeneric { kind: "generic"; syscall: string; argument: string; pointer: string; feature: string; } language/library/src/error/host.ds:297:308 Members kind: "generic" Discriminator for this error-context variant. syscall: string Optional syscall or host API name. argument: string Optional argument name. pointer: string Optional pointer label. feature: string Optional feature identifier.