Sha256: 4764c27d5af32f5c8dd2d2c7f5598e2182e5fb7b38bb79e9f995fd56f23916ad
Contents?: true
Size: 723 Bytes
Versions: 117
Compression:
Stored size: 723 Bytes
Contents
# OryClient::ErrorOAuth2 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | **String** | Error | [optional] | | **error_debug** | **String** | Error Debug Information Only available in dev mode. | [optional] | | **error_description** | **String** | Error Description | [optional] | | **error_hint** | **String** | Error Hint Helps the user identify the error cause. | [optional] | | **status_code** | **Integer** | HTTP Status Code | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::ErrorOAuth2.new( error: null, error_debug: null, error_description: null, error_hint: The redirect URL is not allowed., status_code: 401 ) ```
Version data entries
117 entries across 117 versions & 1 rubygems