Sha256: eb254490753a4f3183034895ec2067ddbfc3fda172b8ed369d8616259de09088

Contents?: true

Size: 570 Bytes

Versions: 2

Compression:

Stored size: 570 Bytes

Contents

# OryHydraClient::SelfServiceError

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
| **error** | **Object** |  | [optional] |
| **id** | **String** |  |  |
| **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |

## Example

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

instance = OryHydraClient::SelfServiceError.new(
  created_at: null,
  error: null,
  id: null,
  updated_at: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.1.alpha1 docs/SelfServiceError.md
ory-kratos-client-0.7.0.alpha1 docs/SelfServiceError.md