Module error

Expand description

Contains error types and other error handling tools.

Structs§

ParseIntError
Error with rich context returned when a string can’t be parsed as an integer.

Enums§

Error
A general error code, other errors should implement conversions to/from this if appropriate.