Sha256: ba844f7a1bfaf4223eece9cbbe3d5ad89f39d331fa903729f7984f6877f9e91a

Contents?: true

Size: 764 Bytes

Versions: 10

Compression:

Stored size: 764 Bytes

Contents

# OryHydraClient::InlineResponse500

## Properties

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

## Code Sample

```ruby
require 'OryHydraClient'

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


Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
ory-oathkeeper-client-0.38.5.beta1 docs/InlineResponse500.md
ory-oathkeeper-client-0.38.4.beta1 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha46 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha45 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha44 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha43 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha41 docs/InlineResponse500.md
ory-keto-client-0.0.0.alpha40 docs/InlineResponse500.md
ory-keto-client-0.5.6.alpha1 docs/InlineResponse500.md
ory-oathkeeper-client-0.38.2.beta1 docs/InlineResponse500.md