@affinidi-tdk/credential-verification-client
Version:
Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION
28 lines (21 loc) • 1.45 kB
Markdown
# NotFoundError
## Properties
| Name | Type | Description | Notes |
| ------------------ | -------------------------------------------------------------------------- | ----------- | --------------------------------- |
| **name** | **string** | | [default to undefined] |
| **message** | **string** | | [default to undefined] |
| **httpStatusCode** | **number** | | [default to undefined] |
| **traceId** | **string** | | [default to undefined] |
| **details** | [**Array<NotFoundErrorDetailsInner>**](NotFoundErrorDetailsInner.md) | | [optional] [default to undefined] |
## Example
```typescript
import { NotFoundError } from '@affinidi-tdk/credential-verification-client'
const instance: NotFoundError = {
name,
message,
httpStatusCode,
traceId,
details,
}
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)