# RestError


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**errorCode** | **number** |  | [optional] [default to undefined]
**errorReason** | **string** |  | [optional] [default to undefined]
**errorSource** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { RestError } from './api';

const instance: RestError = {
    errorCode,
    errorReason,
    errorSource,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
