Sha256: 66b17a385bfdce6649592ae41a799480559a217b3c1bae745ac6fe4a02f533af

Contents?: true

Size: 584 Bytes

Versions: 6

Compression:

Stored size: 584 Bytes

Contents

# OryKratosClient::FlowError

## Properties

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

## Example

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

instance = OryKratosClient::FlowError.new(
  created_at: null,
  error: null,
  id: null,
  updated_at: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/FlowError.md
ory-kratos-client-1.1.0 docs/FlowError.md
ory-kratos-client-1.0.0 docs/FlowError.md
ory-kratos-client-0.13.1 docs/FlowError.md
ory-kratos-client-0.11.1 docs/FlowError.md
ory-kratos-client-0.11.0 docs/FlowError.md