Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 520 Bytes

ExceptionError.md

File metadata and controls

16 lines (11 loc) · 520 Bytes

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]