Sha256: 096369072e7adfb2c47032fdfa4d79291a7b5458d6e3ed5da525628f87c6419f

Contents?: true

Size: 870 Bytes

Versions: 23

Compression:

Stored size: 870 Bytes

Contents

# OryHydraClient::GenericErrorPayload

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **Integer** | Code represents the error status code (404, 403, 401, ...). | [optional] |
| **debug** | **String** | Debug contains debug information. This is usually not available and has to be enabled. | [optional] |
| **details** | **Hash<String, Object>** |  | [optional] |
| **message** | **String** |  | [optional] |
| **reason** | **String** |  | [optional] |
| **request** | **String** |  | [optional] |
| **status** | **String** |  | [optional] |

## Example

```ruby
require 'ory-kratos-client'

instance = OryHydraClient::GenericErrorPayload.new(
  code: 404,
  debug: The database adapter was unable to find the element,
  details: null,
  message: null,
  reason: null,
  request: null,
  status: null
)
```

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.3.alpha8 docs/GenericErrorPayload.md
ory-kratos-client-0.7.3.alpha6 docs/GenericErrorPayload.md
ory-kratos-client-0.7.3.alpha5 docs/GenericErrorPayload.md
ory-kratos-client-0.7.3.alpha4 docs/GenericErrorPayload.md
ory-kratos-client-0.7.3.alpha3 docs/GenericErrorPayload.md
ory-kratos-client-0.7.3.alpha2 docs/GenericErrorPayload.md
ory-kratos-client-0.7.3.alpha1 docs/GenericErrorPayload.md
ory-kratos-client-0.7.1.alpha2 docs/GenericErrorPayload.md
ory-kratos-client-0.7.1.alpha1 docs/GenericErrorPayload.md
ory-kratos-client-0.7.0.alpha1 docs/GenericErrorPayload.md
ory-kratos-client-0.6.3.alpha1 docs/GenericErrorPayload.md
ory-kratos-client-0.6.2.alpha1 docs/GenericErrorPayload.md
ory-kratos-client-0.6.1.alpha1 docs/GenericErrorPayload.md
ory-kratos-client-0.6.0.alpha17 docs/GenericErrorPayload.md
ory-kratos-client-0.6.0.alpha16 docs/GenericErrorPayload.md
ory-kratos-client-0.6.0.alpha15 docs/GenericErrorPayload.md
ory-kratos-client-0.6.0.alpha11 docs/GenericErrorPayload.md
ory-kratos-client-0.6.0.alpha8 docs/GenericErrorPayload.md
ory-kratos-client-0.6.0.alpha6 docs/GenericErrorPayload.md
ory-kratos-client-0.6.0.alpha5 docs/GenericErrorPayload.md