Module errors

Source
Expand description

Error handling for Fisher.

This module contains the definition of the Error struct, which wraps all the details about any kind of error occuring in Fisher. There is also the ErrorKind enum, which contains exactly the kind of error occured.

Structs§

Error
This class represents an error that occured in Fisher.

Enums§

ErrorKind
This enum represents the kind of error that occured, with the details about it.
ErrorLocation
This enum represents where the error occured.

Type Aliases§

Result
Convenience type alias to easily use Result with Error.