Sha256: 7c1c7f69118fed5307a6edc07cfa6d5f45bb2e3768cac268dbecd3c5bf807843

Contents?: true

Size: 565 Bytes

Versions: 118

Compression:

Stored size: 565 Bytes

Contents

# OryClient::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-client'

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

Version data entries

118 entries across 118 versions & 1 rubygems

Version Path
ory-client-1.1.36 docs/FlowError.md
ory-client-1.1.35 docs/FlowError.md
ory-client-1.1.34 docs/FlowError.md
ory-client-1.1.33 docs/FlowError.md
ory-client-1.1.32 docs/FlowError.md
ory-client-1.1.31 docs/FlowError.md
ory-client-1.1.30 docs/FlowError.md
ory-client-1.1.29 docs/FlowError.md
ory-client-1.1.28 docs/FlowError.md
ory-client-1.1.27 docs/FlowError.md
ory-client-1.1.26 docs/FlowError.md
ory-client-1.1.25 docs/FlowError.md
ory-client-1.1.24 docs/FlowError.md
ory-client-1.1.23 docs/FlowError.md
ory-client-1.1.22 docs/FlowError.md
ory-client-1.1.21 docs/FlowError.md
ory-client-1.1.20 docs/FlowError.md
ory-client-1.1.19 docs/FlowError.md
ory-client-1.1.18 docs/FlowError.md
ory-client-1.1.17 docs/FlowError.md