Sha256: b1330a59953d911c4bcb48b601f664a45b48479c8be8c1d517113c983b224fc5

Contents?: true

Size: 363 Bytes

Versions: 13

Compression:

Stored size: 363 Bytes

Contents

# OryHydraClient::InlineResponse503

## Properties

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

## Example

```ruby
require 'ory-client'

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha17 docs/InlineResponse503.md
ory-client-0.0.1.alpha16 docs/InlineResponse503.md
ory-client-0.0.1.alpha15 docs/InlineResponse503.md
ory-client-0.0.1.alpha14 docs/InlineResponse503.md
ory-client-0.0.1.alpha13 docs/InlineResponse503.md
ory-client-0.0.1.alpha12 docs/InlineResponse503.md
ory-client-0.0.1.alpha11 docs/InlineResponse503.md
ory-client-0.0.1.alpha10 docs/InlineResponse503.md
ory-client-0.0.1.alpha9 docs/InlineResponse503.md
ory-client-0.0.1.alpha8 docs/InlineResponse503.md
ory-client-0.0.1.alpha7 docs/InlineResponse503.md
ory-client-0.0.1.alpha6 docs/InlineResponse503.md
ory-client-0.0.1.alpha5 docs/InlineResponse503.md