Sha256: e40a435b334ccab04f6cdf3d0ef93141210f3ca72affa4c18a9f41bf982e15de
Contents?: true
Size: 564 Bytes
Versions: 73
Compression:
Stored size: 564 Bytes
Contents
# OryClient::RFC6749ErrorJson ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | **String** | | [optional] | | **error_debug** | **String** | | [optional] | | **error_description** | **String** | | [optional] | | **error_hint** | **String** | | [optional] | | **status_code** | **Integer** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::RFC6749ErrorJson.new( error: null, error_debug: null, error_description: null, error_hint: null, status_code: null ) ```
Version data entries
73 entries across 73 versions & 1 rubygems