Sha256: d7c4bbda9968c53b3cc2c29d36e6d2af763c73928a355264b92e071f5b29b686
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 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** | 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, 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.2.0.alpha60 | docs/SelfServiceFlowExpiredError.md |