Sha256: 7610bb050ec98c6ca26e4b34ca9856944b31e3fc4a3d004478659b0616c81d99

Contents?: true

Size: 381 Bytes

Versions: 7

Compression:

Stored size: 381 Bytes

Contents

# OryHydraClient::IsReady503Response

## 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-hydra-client'

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-hydra-client-2.2.1 docs/IsReady503Response.md
ory-hydra-client-2.2.0 docs/IsReady503Response.md
ory-hydra-client-2.2.0.rc3 docs/IsReady503Response.md
ory-hydra-client-2.1.1 docs/IsReady503Response.md
ory-hydra-client-2.1.0 docs/IsReady503Response.md
ory-hydra-client-2.0.2 docs/IsReady503Response.md
ory-hydra-client-2.0.1 docs/IsReady503Response.md