docs/GenericError.md in ory-client-0.0.1.alpha16 vs docs/GenericError.md in ory-client-0.0.1.alpha17

- old
+ new

@@ -4,10 +4,10 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **Integer** | The status code | [optional] | | **debug** | **String** | Debug information This field is often not exposed to protect against leaking sensitive information. | [optional] | -| **details** | **Hash<String, Object>** | Further error details | [optional] | +| **details** | **Object** | Further error details | [optional] | | **message** | **String** | Error message The error's message. | | | **reason** | **String** | A human-readable reason for the error | [optional] | | **request** | **String** | The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID. | [optional] | | **status** | **String** | The status description | [optional] |