Module errors

Source
Expand description

Errors that may occur when reading sudokus

Structs§

FromBytesError
Error for Sudoku::from_bytes
InvalidEntry
An invalid sudoku entry encountered during parsing.
NotEnoughRows
Error for lax block format parsing. Contains the number of rows found.

Enums§

BlockParseError
A structure representing an error caused when parsing the sudoku
FromBytesSliceError
Error for Sudoku::from_bytes_slice
LineParseError
A structure representing an error caused when parsing the sudoku