Sha256: 13f6840d24644aa3ab7fd03a4158f1c06c85e9ab900eb3ac2f69c20aec8d5cc4

Contents?: true

Size: 392 Bytes

Versions: 5

Compression:

Stored size: 392 Bytes

Contents

# OryHydraClient::SwaggerNotReadyStatus

## 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::SwaggerNotReadyStatus.new(
  errors: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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