# 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)
