@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
21 lines (13 loc) • 577 B
Markdown
# IsReady503Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**errors** | **{ [key: string]: string; }** | Errors contains a list of errors that caused the not ready status. | [default to undefined]
## Example
```typescript
import { IsReady503Response } from '@ory/kratos-client';
const instance: IsReady503Response = {
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)