Sha256: 3154480efdf57bfa2360b880a5a5a3f09ad73a90f1d616c8f863d348a8b20f22
Contents?: true
Size: 930 Bytes
Versions: 38
Compression:
Stored size: 930 Bytes
Contents
# OryHydraClient::GenericError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **debug** | **String** | Debug contains debug information. This is usually not available and has to be enabled. | [optional] **error** | **String** | Name is the error name. | **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] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::GenericError.new(debug: The database adapter was unable to find the element, error: The requested resource could not be found, error_description: Object with ID 12345 does not exist, status_code: 404) ```
Version data entries
38 entries across 38 versions & 1 rubygems