Map<String, dynamic> toJson() => {"date": date, "type": enumToString(type), "info": info.toJson(), "message": message, "error": error};