Sha256: d39078073e8f85016d4ac2df83a6ad1c2f4deadb067e315078f9c1e5cd1808f4

Contents?: true

Size: 390 Bytes

Versions: 5

Compression:

Stored size: 390 Bytes

Contents

# OryHydraClient::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-oathkeeper-client'

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-oathkeeper-client-0.38.14.beta1 docs/HealthNotReadyStatus.md
ory-oathkeeper-client-0.38.12.beta1 docs/HealthNotReadyStatus.md
ory-oathkeeper-client-0.38.11.beta1 docs/HealthNotReadyStatus.md
ory-oathkeeper-client-0.38.10.beta2 docs/HealthNotReadyStatus.md
ory-oathkeeper-client-0.38.9.beta1 docs/HealthNotReadyStatus.md