Sha256: c0a994a4f18739a790a3a1b737d6637ee54a2914e4cda107586d44088c127c56

Contents?: true

Size: 1.57 KB

Versions: 191

Compression:

Stored size: 1.57 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] |
| **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-client'

instance = OryClient::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

191 entries across 191 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha48 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha47 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha46 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha45 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha44 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha43 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha42 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha41 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha40 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha39 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha38 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha37 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha36 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha35 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha34 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha33 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha32 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha31 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha30 docs/SelfServiceFlowExpiredError.md
ory-client-0.2.0.alpha29 docs/SelfServiceFlowExpiredError.md