Sha256: 6123a4f2a77a76a41fd6fcbb5df587447e3cbd4c7299178f3daadba5bc3a0cc9

Contents?: true

Size: 848 Bytes

Versions: 7

Compression:

Stored size: 848 Bytes

Contents

# OryHydraClient::JsonError

## 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-hydra-client'

instance = OryHydraClient::JsonError.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

7 entries across 7 versions & 1 rubygems

Version Path
ory-hydra-client-1.11.8 docs/JsonError.md
ory-hydra-client-1.11.7 docs/JsonError.md
ory-hydra-client-1.11.6 docs/JsonError.md
ory-hydra-client-1.11.5 docs/JsonError.md
ory-hydra-client-1.11.4 docs/JsonError.md
ory-hydra-client-1.10.6 docs/JsonError.md
ory-hydra-client-1.10.5 docs/JsonError.md