piped_dart/doc/ExceptionError.md

17 lines
520 B
Markdown
Raw Permalink Normal View History

2022-02-06 12:22:59 +00:00
# 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)