# HealthNotReadyStatus


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**errors** | **{ [key: string]: string; }** | Errors contains a list of errors that caused the not ready status. | [optional] [default to undefined]

## Example

```typescript
import { HealthNotReadyStatus } from '@ory/kratos-client';

const instance: HealthNotReadyStatus = {
    errors,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
