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

Version Path
ory-hydra-client-1.9.0 docs/GenericError.md
ory-hydra-client-0.0.0.alpha63 docs/GenericError.md
ory-hydra-client-1.9.0.alpha3 docs/GenericError.md
ory-hydra-client-1.9.0.alpha2 docs/GenericError.md
ory-hydra-client-1.9.0.alpha1 docs/GenericError.md
ory-hydra-client-1.8.5 docs/GenericError.md
ory-hydra-client-1.8.0.pre1 docs/GenericError.md
ory-hydra-client-1.7.4 docs/GenericError.md
ory-hydra-client-1.7.3 docs/GenericError.md
ory-hydra-client-1.7.0 docs/GenericError.md
ory-hydra-client-1.6.0 docs/GenericError.md
ory-hydra-client-1.5.0.beta5 docs/GenericError.md
ory-hydra-client-1.5.0.beta2 docs/GenericError.md
ory-hydra-client-1.5.0.beta1 docs/GenericError.md
ory-hydra-client-1.4.10 docs/GenericError.md
ory-hydra-client-1.4.9 docs/GenericError.md
ory-hydra-client-1.4.6 docs/GenericError.md
ory-hydra-client-1.4.5 docs/GenericError.md
ory-hydra-client-1.4.3 docs/GenericError.md
ory-hydra-client-1.4.2 docs/GenericError.md