Sha256: e7151a2cb7e04bd92e772913493541748cfb3745910e0bca95d2a0656ecfde6d

Contents?: true

Size: 374 Bytes

Versions: 6

Compression:

Stored size: 374 Bytes

Contents

# OryKratosClient::IsReady503Response

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/IsReady503Response.md
ory-kratos-client-1.1.0 docs/IsReady503Response.md
ory-kratos-client-1.0.0 docs/IsReady503Response.md
ory-kratos-client-0.13.1 docs/IsReady503Response.md
ory-kratos-client-0.11.1 docs/IsReady503Response.md
ory-kratos-client-0.11.0 docs/IsReady503Response.md