Sha256: a74ff213557da9d16dcf93f546c6cacbb0ee993bbc0ce46c15824031fa3c2bf6

Contents?: true

Size: 1.38 KB

Versions: 220

Compression:

Stored size: 1.38 KB

Contents

# OryClient::ErrorAuthenticatorAssuranceLevelNotSatisfied

## 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** |  | [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::ErrorAuthenticatorAssuranceLevelNotSatisfied.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

220 entries across 220 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha184 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha183 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha182 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha181 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha180 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha179 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha178 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha177 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha176 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha175 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha169 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha168 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha167 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha166 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha165 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha164 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha163 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha162 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha161 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
ory-client-0.0.1.alpha160 docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md