---
meta:
 - name: keywords
   description: api typescript node.js documentation getInstancePath function
---
# getInstancePath - @tsed/ajv

## Usage

```typescript
import { getInstancePath } from "@tsed/ajv";
```

> See [/packages/specs/ajv/src/utils/getPath.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/specs/ajv/src/utils/getPath.ts#L0-L0).

## Overview

```ts
function getInstancePath(error: any): string;
```
