GeoEco.Datasets.CollectionIsEmptyError
- exception GeoEco.Datasets.CollectionIsEmptyError(collectionDisplayName=None, expression=None)
Bases:
GeoEcoErrorException indicating that a
DatasetCollectiondoes not have anyDatasets in it.- Parameters:
collectionDisplayName (
str, optional) –DisplayNameof theDatasetCollection. Minimum length꞉ 1.expression (
str, optional) – Query expression that was used to query theDatasetCollectionand that failed to select any datasets. Minimum length꞉ 1.
- Returns:
New
CollectionIsEmptyErrorinstance.- Return type: