Sha256: d1a05711b6a406e2dc7ffc39662cd866d1c736fbb4bd828a3d9490ebc5cc7640
Contents?: true
Size: 842 Bytes
Versions: 15
Compression:
Stored size: 842 Bytes
Contents
# OryClient::OAuth2ApiError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | **String** | Name is the error name. | [optional] | | **error_debug** | **String** | Debug contains debug information. This is usually not available and has to be enabled. | [optional] | | **error_description** | **String** | Description contains further information on the nature of the error. | [optional] | | **status_code** | **Integer** | Code represents the error status code (404, 403, 401, ...). | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::OAuth2ApiError.new( error: The requested resource could not be found, error_debug: The database adapter was unable to find the element, error_description: Object with ID 12345 does not exist, status_code: 404 ) ```
Version data entries
15 entries across 15 versions & 1 rubygems