GeoHexViz - Errors module
This module consists of the custom error types used by GeoHexViz’s Plot Builder.
- exception geohexviz.errors.BuilderAlterationError(message: str = 'There was an error while altering data within the builder.')[source]
- exception geohexviz.errors.BuilderPlotBuildError(message: str = 'An error occurred while plotting.')[source]
- exception geohexviz.errors.BuilderQueryInvalidError(message: str = 'The input query was invalid.')[source]
- exception geohexviz.errors.ColorScaleError(message: str = 'There was an error while reading the colorscale.')[source]
- exception geohexviz.errors.DataFileReadError(name: str, dstype: LayerType, message: str = 'There was an error while reading the data file.')[source]
- exception geohexviz.errors.DataReadError(name: str, dstype: LayerType, message: str = "There was an error while reading the 'data' parameter passed.")[source]
- exception geohexviz.errors.DataTypeError(name: str, dstype: LayerType, allow_builtin: bool)[source]
- exception geohexviz.errors.GeometryParseLatLongError(name: str, dstype: LayerType, lat: bool)[source]