Sha256: d6200c5aed6641dec899950b55f0bfe88976e937ce9f40e76b2d2ee20185e674

Contents?: true

Size: 850 Bytes

Versions: 3

Compression:

Stored size: 850 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** | **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

3 entries across 3 versions & 1 rubygems

Version Path
ory-kratos-client-0.5.5.alpha4 docs/GenericErrorPayload.md
ory-kratos-client-0.5.5.alpha3 docs/GenericErrorPayload.md
ory-kratos-client-0.5.5.alpha2 docs/GenericErrorPayload.md