# piped_api.model.ExceptionError ## Load the model package ```dart import 'package:piped_api/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | **String** | The stacktrace provided by the server. | **message** | **String** | The error message from the stacktrace. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)