# NotFoundErrorDetailsInner

## Properties

| Name         | Type       | Description | Notes                             |
| ------------ | ---------- | ----------- | --------------------------------- |
| **issue**    | **string** |             | [default to undefined]            |
| **field**    | **string** |             | [optional] [default to undefined] |
| **value**    | **string** |             | [optional] [default to undefined] |
| **location** | **string** |             | [optional] [default to undefined] |

## Example

```typescript
import { NotFoundErrorDetailsInner } from '@affinidi-tdk/wallets-client'

const instance: NotFoundErrorDetailsInner = {
  issue,
  field,
  value,
  location,
}
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
