Sha256: fc3114caaf9867bde7a14964c8f28920cb1c5bc06a028985dc7b384f0cb3633f

Contents?: true

Size: 1.74 KB

Versions: 27

Compression:

Stored size: 1.74 KB

Contents

# OryClient::SelfServiceFlowExpiredError

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **Integer** | The status code | [optional] |
| **debug** | **String** | Debug information  This field is often not exposed to protect against leaking sensitive information. | [optional] |
| **details** | **Hash<String, Object>** | Further error details | [optional] |
| **expired_at** | **Time** | When the flow has expired | [optional] |
| **id** | **String** | The error ID  Useful when trying to identify various errors in application logic. | [optional] |
| **message** | **String** | Error message  The error's message. |  |
| **reason** | **String** | A human-readable reason for the error | [optional] |
| **request** | **String** | The request ID  The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID. | [optional] |
| **since** | **Integer** | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
| **status** | **String** | The status description | [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-client'

instance = OryClient::SelfServiceFlowExpiredError.new(
  code: 404,
  debug: SQL field "foo" is not a bool.,
  details: null,
  expired_at: null,
  id: null,
  message: The resource could not be found,
  reason: User with ID 1234 does not exist.,
  request: d7ef54b1-ec15-46e6-bccb-524b82c035e6,
  since: null,
  status: Not Found,
  use_flow_id: null
)
```

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
ory-client-1.1.25 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.24 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.23 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.22 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.21 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.20 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.19 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.18 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.17 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.16 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.15 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.14 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.13 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.12 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.11 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.10 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.7 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.5 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.4 docs/SelfServiceFlowExpiredError.md
ory-client-1.1.3 docs/SelfServiceFlowExpiredError.md