## MissingError class  
**Signature:**  
```typescript
export declare class MissingError extends Error
```  
**Extends:** Error

## Constructors  
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(path)](/content/docs/sdk/core.missingerror._constructor_/index.html) |  | Constructs a new instance of the `MissingError` class |

## Properties  
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [path](/content/docs/sdk/core.missingerror.path) |  | string |  |
