Result of a decode operation, which can be either a success or a failure.
The difference between a parse and a decode result is that the former comes
from reading raw data and trying to interpret it as CSV, while the later comes from turning CSV data into
useful Scala types.
Result of a decode operation, which can be either a success or a failure.
The difference between a parse and a decode result is that the former comes from reading raw data and trying to interpret it as CSV, while the later comes from turning CSV data into useful Scala types.
Failure cases are all encoded as DecodeError.
kantan.codecs.Result