Sha256: 4764c27d5af32f5c8dd2d2c7f5598e2182e5fb7b38bb79e9f995fd56f23916ad

Contents?: true

Size: 723 Bytes

Versions: 117

Compression:

Stored size: 723 Bytes

Contents

# OryClient::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-client'

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

Version data entries

117 entries across 117 versions & 1 rubygems

Version Path
ory-client-1.2.4 docs/ErrorOAuth2.md
ory-client-1.2.3 docs/ErrorOAuth2.md
ory-client-1.2.2 docs/ErrorOAuth2.md
ory-client-1.2.1 docs/ErrorOAuth2.md
ory-client-1.2.0 docs/ErrorOAuth2.md
ory-client-1.1.51 docs/ErrorOAuth2.md
ory-client-1.1.50 docs/ErrorOAuth2.md
ory-client-1.1.49 docs/ErrorOAuth2.md
ory-client-1.1.48 docs/ErrorOAuth2.md
ory-client-1.1.47 docs/ErrorOAuth2.md
ory-client-1.1.46 docs/ErrorOAuth2.md
ory-client-1.1.45 docs/ErrorOAuth2.md
ory-client-1.1.44 docs/ErrorOAuth2.md
ory-client-1.1.41 docs/ErrorOAuth2.md
ory-client-1.1.40 docs/ErrorOAuth2.md
ory-client-1.1.39.alpha0 docs/ErrorOAuth2.md
ory-client-1.1.39 docs/ErrorOAuth2.md
ory-client-1.1.38 docs/ErrorOAuth2.md
ory-client-1.1.37 docs/ErrorOAuth2.md
ory-client-1.1.36 docs/ErrorOAuth2.md