> ## 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.

# ChipUrlError

> The input was not a tap URL. `tryParseTapUrl` returns null instead of throwing this.

```ts theme={null}
class ChipUrlError extends EndstateError
```

## Example

```ts theme={null}
parseTapUrl("https://example.com"); // throws ChipUrlError
```
