[**@kazupon/jts-utils**](../../index.md)

---

[@kazupon/jts-utils](../../index.md) / [abort](../index.md) / AbortErrorOptions

# Interface: AbortErrorOptions

AbortError options for [abortError](../functions/abortError.md)

## Properties

| Property                        | Type     | Description                               |
| ------------------------------- | -------- | ----------------------------------------- |
| <a id="message"></a> `message?` | `string` | The error message **Default** `'Aborted'` |
| <a id="name"></a> `name?`       | `string` | The error name **Default** `'AbortError'` |
