@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
22 lines (14 loc) • 536 B
Markdown
# ErrorGeneric
The standard Ory JSON API error format.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**error** | [**GenericError**](GenericError.md) | | [default to undefined]
## Example
```typescript
import { ErrorGeneric } from '@ory/kratos-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)