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

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [PrintableMessageError](./case-boundary.printablemessageerror.md)

## PrintableMessageError interface

Data class to hold data to print a message error

**Signature:**

```typescript
export interface PrintableMessageError
```

## Properties

| Property                                                              | Modifiers             | Type   | Description                                                                                                                                                    |
| --------------------------------------------------------------------- | --------------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [errorTypeTag](./case-boundary.printablemessageerror.errortypetag.md) | <code>readonly</code> | string | The machine-readable type for the cause of this error, for printing after the error message to make it easy to search for.                                     |
| [kind](./case-boundary.printablemessageerror.kind.md)                 | <code>readonly</code> | string | The red highlighted blob, eg "MATCHING ERROR" or "TRIGGER FUNCTION ERROR". Could be any string.                                                                |
| [location](./case-boundary.printablemessageerror.location.md)         | <code>readonly</code> | string | The location the error happened, for printing at the top of the error message                                                                                  |
| [locationTag](./case-boundary.printablemessageerror.locationtag.md)   | <code>readonly</code> | string | The tag line for the location the error happened, for printing after the error message. This might have more information than the <code>location</code> above. |
| [message](./case-boundary.printablemessageerror.message.md)           | <code>readonly</code> | string | A summary of the error. Could be any string.                                                                                                                   |
