# Options 


Enable built-in error toasts by passing `showErrorNotification: true` in the options object.

* **Option:** `showErrorNotification?: boolean` (default: `false`)
* **Applies to:** All SDK functions

**Example**

```ts
await zid.cart.get({ showErrorNotification: true })
```

