Map<String, dynamic> toJson() { return { 'errorId': errorId, 'errorArguments': errorArguments.map((e) => e.toJson()).toList(), }; }