Module takuzu::error [] [src]

All the error types of the crate are exported in this module.

Enums

GridError

An error returned when checking if the grid is legal.

GridParseError

An error returned when parsing a string to create a grid failed.

GridSizeError

An error returned when the grid is not properly sized.

SourceError

An error returned by the source method when either reading or parsing failed.