# SwapDataVerificationError

Defined in: [atomiq-base/src/errors/SwapDataVerificationError.ts:6](https://github.com/atomiqlabs/atomiq-base/blob/df344bedbab9ab3de863e3c2d9246e90bd861d04/src/errors/SwapDataVerificationError.ts#L6)

Represents an error or inconsistency when verifying [SwapData](https://docs.atomiq.exchange/sdk-reference/api/atomiq-sdk/src/classes/SwapData.md)

## Extends

* `Error`

## Constructors

### Constructor

```
new SwapDataVerificationError(msg): SwapDataVerificationError;
```

Defined in: [atomiq-base/src/errors/SwapDataVerificationError.ts:8](https://github.com/atomiqlabs/atomiq-base/blob/df344bedbab9ab3de863e3c2d9246e90bd861d04/src/errors/SwapDataVerificationError.ts#L8)

#### Parameters

| Parameter | Type     |
| --------- | -------- |
| `msg`     | `string` |

#### Returns

`SwapDataVerificationError`

#### Overrides

```
Error.constructor
```
