Error that occurs when attempting to access a CSV cell whose index is outside of its row's boundaries.
Error that occurs when attempting to access a CSV cell whose index is outside of its row's boundaries.
index that caused the issue.
Error that occurs when attempting to decode a CSV cell or row into an incompatible type.
Error that occurs when attempting to decode a CSV cell or row into an incompatible type.
A typical example of this would be to try and decode a CSV cell into an Int when its content is, say, foobar.
Provides convenience methods for DecodeError.TypeError instance creation.
Declares all possible values of type DecodeError.