@affinidi-tdk/credential-verification-client
Version:
Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION
26 lines (19 loc) • 895 B
Markdown
# 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/credential-verification-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)