Sha256: 2c296480cf73cf78a52918cd1f8f9c641fcb80d5454f4c208b42a3c11101ed38

Contents?: true

Size: 1.59 KB

Versions: 5

Compression:

Stored size: 1.59 KB

Contents

# OryKratosClient::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] |
| **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** |  | [optional] |

## Example

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

instance = OryKratosClient::SelfServiceFlowExpiredError.new(
  code: 404,
  debug: SQL field "foo" is not a bool.,
  details: 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

5 entries across 5 versions & 1 rubygems

Version Path
ory-kratos-client-0.10.1 docs/SelfServiceFlowExpiredError.md
ory-kratos-client-0.9.0.alpha3 docs/SelfServiceFlowExpiredError.md
ory-kratos-client-0.9.0.alpha2 docs/SelfServiceFlowExpiredError.md
ory-kratos-client-0.8.2.alpha1 docs/SelfServiceFlowExpiredError.md
ory-kratos-client-0.8.0.alpha2 docs/SelfServiceFlowExpiredError.md