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

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [BoundaryFailure](./case-boundary.boundaryfailure.md) &gt; [(constructor)](./case-boundary.boundaryfailure._constructor_.md)

## BoundaryFailure.(constructor)

Constructs a new instance of the `BoundaryFailure` class

**Signature:**

```typescript
constructor(kind: string, message: string, location: string);
```

## Parameters

| Parameter | Type   | Description |
| --------- | ------ | ----------- |
| kind      | string |             |
| message   | string |             |
| location  | string |             |
