UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

22 lines (14 loc) 543 B
# ErrorGeneric The standard Ory JSON API error format. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | [**GenericErrorContent**](GenericErrorContent.md) | | [default to undefined] ## Example ```typescript import { ErrorGeneric } from '@ory/client'; const instance: ErrorGeneric = { error, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)