Sha256: 3b8781623f1331dc2c2a50d44cbcd9e8159e7afaecf057cfaa337d4a713a222c

Contents?: true

Size: 474 Bytes

Versions: 4

Compression:

Stored size: 474 Bytes

Contents

# OryKratosClient::ErrorFlowReplaced

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error** | [**GenericError**](GenericError.md) |  | [optional] |
| **use_flow_id** | **String** | The flow ID that should be used for the new flow as it contains the correct messages. | [optional] |

## Example

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

instance = OryKratosClient::ErrorFlowReplaced.new(
  error: null,
  use_flow_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/ErrorFlowReplaced.md
ory-kratos-client-1.1.0 docs/ErrorFlowReplaced.md
ory-kratos-client-1.0.0 docs/ErrorFlowReplaced.md
ory-kratos-client-0.13.1 docs/ErrorFlowReplaced.md