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

# FundStateError

```ts theme={null}
type FundStateError = {
  code: string;
  message: string;
};
```

The type for an error that may get displayed in the UI.

## Properties

| Property                     | Type     |
| ---------------------------- | -------- |
| <a id="code" /> `code`       | `string` |
| <a id="message" /> `message` | `string` |
