Sha256: 16c0d9c43ad98c7710dd2160191d940befa4da567d964bb66daa8cc05f400b2c

Contents?: true

Size: 634 Bytes

Versions: 5

Compression:

Stored size: 634 Bytes

Contents

# OryOathkeeperClient::GenericError

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **Integer** |  | [optional] |
| **details** | **Array<Hash<String, Object>>** |  | [optional] |
| **message** | **String** |  | [optional] |
| **reason** | **String** |  | [optional] |
| **request** | **String** |  | [optional] |
| **status** | **String** |  | [optional] |

## Example

```ruby
require 'ory-oathkeeper-client'

instance = OryOathkeeperClient::GenericError.new(
  code: null,
  details: null,
  message: null,
  reason: null,
  request: null,
  status: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-oathkeeper-client-0.40.8 docs/GenericError.md
ory-oathkeeper-client-0.40.6 docs/GenericError.md
ory-oathkeeper-client-0.40.5 docs/GenericError.md
ory-oathkeeper-client-0.40.4 docs/GenericError.md
ory-oathkeeper-client-0.40.2 docs/GenericError.md