# 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/hydra-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)
