dataclassFilterElementTypeMissing(valfilterElementRow:FilterElementRow):PokerAnalyticsException(message="queryWith element '$filterElementRow' type is missing")
dataclassFilterElementTypeMissing(valfilterElementRow:FilterElementRow):PokerAnalyticsException(message="queryWith element '$filterElementRow' type is missing")
dataclassQueryValueMapMissingKeys(valmissingKeys:List<String>):PokerAnalyticsException(message="valueMap does not contain $missingKeys")
dataclassQueryValueMapMissingKeys(valmissingKeys:List<String>):PokerAnalyticsException(message="valueMap does not contain $missingKeys")
dataclassUnknownQueryTypeForRow(valfilterElementRow:FilterElementRow):PokerAnalyticsException(message="no queryWith type for $filterElementRow")
dataclassUnknownQueryTypeForRow(valfilterElementRow:FilterElementRow):PokerAnalyticsException(message="no queryWith type for $filterElementRow")
dataclassMissingFieldNameForQueryCondition(valname:String):PokerAnalyticsException(message="Missing fieldname for QueryCondition ${name}")