# 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 ) ```