# CaraerErrorType


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** | The error message providing details about the failure. | [default to undefined]
**type** | **string** | The type of error. | [default to undefined]
**correctionSuggestion** | **string** | A suggestion on how to correct the error. | [default to undefined]

## Example

```typescript
import { CaraerErrorType } from '@caraer/client';

const instance: CaraerErrorType = {
    message,
    type,
    correctionSuggestion,
};
```

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