UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

29 lines (21 loc) 837 B
# RFC6749ErrorJson ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | **string** | | [optional] [default to undefined] **error_debug** | **string** | | [optional] [default to undefined] **error_description** | **string** | | [optional] [default to undefined] **error_hint** | **string** | | [optional] [default to undefined] **status_code** | **number** | | [optional] [default to undefined] ## Example ```typescript import { RFC6749ErrorJson } from '@ory/client'; const instance: RFC6749ErrorJson = { error, error_debug, error_description, error_hint, status_code, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)