# OryHydraClient::SwaggerNotReadyStatus ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **errors** | **Hash<String, String>** | Errors contains a list of errors that caused the not ready status. | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::SwaggerNotReadyStatus.new(errors: null) ```