Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 597 Bytes

Error.md

File metadata and controls

17 lines (12 loc) · 597 Bytes

nc_cookbook_api.model.Error

Load the model package

import 'package:nc_cookbook_api/api.dart';

Properties

Name Type Description Notes
msg String The error message [optional]
file String The file in which the exception was thrown [optional]
line int The line where the exception is thrown [optional]

[Back to Model list] [Back to API list] [Back to README]