# HostSystemSourceOther

`import { HostSystemSourceOther } from "destack:error";`

Other source payload.

```ds title="HostSystemSourceOther"
export struct HostSystemSourceOther {
    kind: "other";
    value: int32;
    name: string;
}
```

[language/library/src/error/host.ds:259:266](https://github.com/destack-sh/destack/blob/main/language/library/src/error/host.ds#L259-L266)

## Members

### `kind: "other"`

Discriminator for this system-source variant.

### `value: int32`

Numeric source value.

### `name: string`

Optional symbolic source name.
