piped_dart/doc/ExceptionError.md
2022-02-06 12:22:59 +00:00

520 B

piped_api.model.ExceptionError

Load the model package

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] [Back to API list] [Back to README]