generalErrors property

List<String> generalErrors
getter/setter pair

A list of general error messages that apply to the entire model.

These errors are not associated with any specific field but indicate problems with the model as a whole (e.g., "Invalid credentials", "Account suspended"). Populated automatically during fromJson if the JSON contains a "generalErrors" array.

Implementation

List<String> generalErrors = [];