Sha256: 9d3bc5aedfee79a4c84ee8e532221208fe60fded1876e2979d72cfd4755e6b13
Contents?: true
Size: 580 Bytes
Versions: 3
Compression:
Stored size: 580 Bytes
Contents
# OryHydraClient::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-hydra-client' instance = OryHydraClient::RFC6749ErrorJson.new( error: null, error_debug: null, error_description: null, error_hint: null, status_code: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ory-hydra-client-2.2.1 | docs/RFC6749ErrorJson.md |
ory-hydra-client-2.2.0 | docs/RFC6749ErrorJson.md |
ory-hydra-client-2.2.0.rc3 | docs/RFC6749ErrorJson.md |