Sha256: d1a05711b6a406e2dc7ffc39662cd866d1c736fbb4bd828a3d9490ebc5cc7640

Contents?: true

Size: 842 Bytes

Versions: 15

Compression:

Stored size: 842 Bytes

Contents

# OryClient::OAuth2ApiError

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

instance = OryClient::OAuth2ApiError.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

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha28 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha27 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha26 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha25 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha24 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha23 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha22 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha21 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha20 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha19 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha18 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha16 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha15 docs/OAuth2ApiError.md
ory-client-0.2.0.alpha14 docs/OAuth2ApiError.md