Sha256: 491fc243fb3afc3823c4c62e3355aec6540c946a7bbdea8a9e6da147979993e0

Contents?: true

Size: 616 Bytes

Versions: 11

Compression:

Stored size: 616 Bytes

Contents

# OryHydraClient::SelfServiceErrorContainer

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
| **errors** | **Array<Object>** | Errors in the container |  |
| **id** | **String** |  |  |
| **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |

## Example

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

instance = OryHydraClient::SelfServiceErrorContainer.new(
  created_at: null,
  errors: null,
  id: null,
  updated_at: null
)
```

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.3.alpha8 docs/SelfServiceErrorContainer.md
ory-kratos-client-0.7.3.alpha6 docs/SelfServiceErrorContainer.md
ory-kratos-client-0.7.3.alpha5 docs/SelfServiceErrorContainer.md
ory-kratos-client-0.7.3.alpha4 docs/SelfServiceErrorContainer.md
ory-kratos-client-0.7.3.alpha3 docs/SelfServiceErrorContainer.md
ory-kratos-client-0.7.3.alpha2 docs/SelfServiceErrorContainer.md
ory-kratos-client-0.7.3.alpha1 docs/SelfServiceErrorContainer.md
ory-kratos-client-0.7.1.alpha2 docs/SelfServiceErrorContainer.md
ory-kratos-client-0.7.1.alpha1 docs/SelfServiceErrorContainer.md
ory-kratos-client-0.7.0.alpha1 docs/SelfServiceErrorContainer.md
ory-kratos-client-0.6.3.alpha1 docs/SelfServiceErrorContainer.md