[][src]Module grandma::errors

The errors that can occor when a cover tree is loading, working or saving. Most errors are floated up from PointCloud as that's the i/o layer.

Enums

GrandmaError

Error type for MalwareBrot. Mostly this is a wrapper around PointCloudError, as the data i/o where most errors happen.

ParsingError

A parsing error occored while doing something with text

Type Definitions

GrandmaResult

Helper type for a call that could go wrong.