Sha256: 7c1c7f69118fed5307a6edc07cfa6d5f45bb2e3768cac268dbecd3c5bf807843

Contents?: true

Size: 565 Bytes

Versions: 117

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

117 entries across 117 versions & 1 rubygems

Version Path
ory-client-1.1.15 docs/FlowError.md
ory-client-1.1.14 docs/FlowError.md
ory-client-1.1.13 docs/FlowError.md
ory-client-1.1.12 docs/FlowError.md
ory-client-1.1.11 docs/FlowError.md
ory-client-1.1.10 docs/FlowError.md
ory-client-1.1.7 docs/FlowError.md
ory-client-1.1.5 docs/FlowError.md
ory-client-1.1.4 docs/FlowError.md
ory-client-1.1.3 docs/FlowError.md
ory-client-1.1.2 docs/FlowError.md
ory-client-1.1.1 docs/FlowError.md
ory-client-1.1.0 docs/FlowError.md
ory-client-1.0.2 docs/FlowError.md
ory-client-1.0.1 docs/FlowError.md
ory-client-1.0.0 docs/FlowError.md
ory-client-1.0.0.alpha0 docs/FlowError.md