Sha256: fba306bd19ccc2bcb08f555f4baa4f986f58483e6196bb181cef7eb60214fc02

Contents?: true

Size: 1.42 KB

Versions: 192

Compression:

Stored size: 1.42 KB

Contents

# OryClient::SelfServiceBrowserLocationChangeRequiredError

## 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] |
| **redirect_browser_to** | **String** | Since when the flow has expired | [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] |
| **status** | **String** | The status description | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::SelfServiceBrowserLocationChangeRequiredError.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.,
  redirect_browser_to: null,
  request: d7ef54b1-ec15-46e6-bccb-524b82c035e6,
  status: Not Found
)
```

Version data entries

192 entries across 192 versions & 1 rubygems

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