Sha256: 340c6ef4c657493dd13bc357ae4712967177fd1d8143a4dab279e5020a8a61e3

Contents?: true

Size: 937 Bytes

Versions: 215

Compression:

Stored size: 937 Bytes

Contents

# OryClient::GenericErrorContent

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **debug** | **String** | Debug contains debug information. This is usually not available and has to be enabled. | [optional] |
| **error** | **String** | Name is the error name. | [optional] |
| **error_description** | **String** | Description contains further information on the nature of the error. | [optional] |
| **message** | **String** | Message contains the error message. | [optional] |
| **status_code** | **Integer** | Code represents the error status code (404, 403, 401, ...). | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::GenericErrorContent.new(
  debug: The database adapter was unable to find the element,
  error: The requested resource could not be found,
  error_description: Object with ID 12345 does not exist,
  message: null,
  status_code: 404
)
```

Version data entries

215 entries across 215 versions & 1 rubygems

Version Path
ory-client-1.2.4 docs/GenericErrorContent.md
ory-client-1.2.3 docs/GenericErrorContent.md
ory-client-1.2.2 docs/GenericErrorContent.md
ory-client-1.2.1 docs/GenericErrorContent.md
ory-client-1.2.0 docs/GenericErrorContent.md
ory-client-1.1.51 docs/GenericErrorContent.md
ory-client-1.1.50 docs/GenericErrorContent.md
ory-client-1.1.49 docs/GenericErrorContent.md
ory-client-1.1.48 docs/GenericErrorContent.md
ory-client-1.1.47 docs/GenericErrorContent.md
ory-client-1.1.46 docs/GenericErrorContent.md
ory-client-1.1.45 docs/GenericErrorContent.md
ory-client-1.1.44 docs/GenericErrorContent.md
ory-client-1.1.41 docs/GenericErrorContent.md
ory-client-1.1.40 docs/GenericErrorContent.md
ory-client-1.1.39.alpha0 docs/GenericErrorContent.md
ory-client-1.1.39 docs/GenericErrorContent.md
ory-client-1.1.38 docs/GenericErrorContent.md
ory-client-1.1.37 docs/GenericErrorContent.md
ory-client-1.1.36 docs/GenericErrorContent.md