UNPKG

@affinidi-tdk/credential-verification-client

Version:

Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION

28 lines (21 loc) 1.47 kB
# InvalidParameterError ## 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 { InvalidParameterError } from '@affinidi-tdk/credential-verification-client' const instance: InvalidParameterError = { 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)