> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# statusForErrorCode

> The status the spec declares for a code, or null when it declares none.

```ts theme={null}
statusForErrorCode(code: string): number | null
```

## Example

```ts theme={null}
statusForErrorCode("chip.not_found"); // 404
```
