<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IErrorExclusions](./rc-js-util.ierrorexclusions.md)

## IErrorExclusions interface

Errors which should be ignored in tests.

**Signature:**

```typescript
export interface IErrorExclusions 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[exactMatch?](./rc-js-util.ierrorexclusions.exactmatch.md)


</td><td>

`readonly`


</td><td>

readonly string\[\]


</td><td>

_(Optional)_


</td></tr>
<tr><td>

[startsWith?](./rc-js-util.ierrorexclusions.startswith.md)


</td><td>

`readonly`


</td><td>

readonly string\[\]


</td><td>

_(Optional)_


</td></tr>
</tbody></table>
