HostErrorContextDevice import { HostErrorContextDevice } from "destack:error"; Device host-error context payload. export struct HostErrorContextDevice { kind: "device"; syscall: string; path: HostPathPayload; pathText: string; feature: string; } language/library/src/error/host.ds:419:430 Members kind: "device" Discriminator for this error-context variant. syscall: string Optional syscall or host API name. path: HostPathPayload Optional primary path payload. pathText: string Optional primary path text fallback. feature: string Optional feature identifier.