Sha256: c01ed1f51c068e2b63505b2138cf6fc9fb3fb2fdd6483ab91767218f036bdc1d

Contents?: true

Size: 832 Bytes

Versions: 6

Compression:

Stored size: 832 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] |

## Example

```ruby
require 'ory-hydra-client'

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

6 entries across 6 versions & 1 rubygems

Version Path
ory-hydra-client-1.10.6 docs/GenericError.md
ory-hydra-client-1.10.5 docs/GenericError.md
ory-hydra-client-1.10.3 docs/GenericError.md
ory-hydra-client-1.10.2 docs/GenericError.md
ory-hydra-client-1.9.2 docs/GenericError.md
ory-hydra-client-1.9.1 docs/GenericError.md