<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [IResultPrinter](./case-boundary.iresultprinter.md) &gt; [printMatchError](./case-boundary.iresultprinter.printmatcherror.md)

## IResultPrinter.printMatchError() method

Called by ContractCase to ask the DSL to print an individual match error line.

**Signature:**

```typescript
printMatchError(MatchErrorDescription: PrintableMatchError): Promise<BoundaryResult>;
```

## Parameters

| Parameter             | Type                                                          | Description |
| --------------------- | ------------------------------------------------------------- | ----------- |
| MatchErrorDescription | [PrintableMatchError](./case-boundary.printablematcherror.md) |             |

**Returns:**

Promise&lt;[BoundaryResult](./case-boundary.boundaryresult.md)<!-- -->&gt;
