Sha256: 5ed73cb1ee4e6d913774de362360a12b22173bbcd32f2d9cb5c6d77eb47134e8

Contents?: true

Size: 382 Bytes

Versions: 7

Compression:

Stored size: 382 Bytes

Contents

# OryKetoClient::HealthNotReadyStatus

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **errors** | **Hash<String, String>** | Errors contains a list of errors that caused the not ready status. | [optional] |

## Example

```ruby
require 'ory-keto-client'

instance = OryKetoClient::HealthNotReadyStatus.new(
  errors: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-keto-client-0.11.0.alpha0 docs/HealthNotReadyStatus.md
ory-keto-client-0.10.0.alpha0 docs/HealthNotReadyStatus.md
ory-keto-client-0.9.0.alpha0 docs/HealthNotReadyStatus.md
ory-keto-client-0.8.0.alpha2 docs/HealthNotReadyStatus.md
ory-keto-client-0.8.0.alpha1 docs/HealthNotReadyStatus.md
ory-keto-client-0.7.0.alpha1 docs/HealthNotReadyStatus.md
ory-keto-client-0.7.0.alpha0 docs/HealthNotReadyStatus.md