Map<String, dynamic> toJson() { return { 'success': success, 'type': type.toString(), 'errorMessage': errorMessage, 'metadata': metadata, }; }