Sha256: 71650fad25d74434c02919c7a2149edf437163468e1a8cf8ae75af4fd5db4d8a

Contents?: true

Size: 739 Bytes

Versions: 7

Compression:

Stored size: 739 Bytes

Contents

# OryHydraClient::ErrorOAuth2

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error** | **String** | Error | [optional] |
| **error_debug** | **String** | Error Debug Information  Only available in dev mode. | [optional] |
| **error_description** | **String** | Error Description | [optional] |
| **error_hint** | **String** | Error Hint  Helps the user identify the error cause. | [optional] |
| **status_code** | **Integer** | HTTP Status Code | [optional] |

## Example

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

instance = OryHydraClient::ErrorOAuth2.new(
  error: null,
  error_debug: null,
  error_description: null,
  error_hint: The redirect URL is not allowed.,
  status_code: 401
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ory-hydra-client-2.2.1 docs/ErrorOAuth2.md
ory-hydra-client-2.2.0 docs/ErrorOAuth2.md
ory-hydra-client-2.2.0.rc3 docs/ErrorOAuth2.md
ory-hydra-client-2.1.1 docs/ErrorOAuth2.md
ory-hydra-client-2.1.0 docs/ErrorOAuth2.md
ory-hydra-client-2.0.2 docs/ErrorOAuth2.md
ory-hydra-client-2.0.1 docs/ErrorOAuth2.md