ru.johnspade.csv3s.codecs
Type members
Classlikes
Parent type for all errors that can occur while decoding CSV data.
Parent type for all errors that can occur while decoding CSV data.
Type class for types that can be decoded from other types.
Type class for types that can be decoded from other types.
- Type Params
- D
decoded type - what to decode to.
- E
encoded type - what to decode from.
- F
failure type - how to represent errors.
Type class for types that can be encoded into others.
Type class for types that can be encoded into others.
- Type Params
- D
decoded type - what to encode from.
- E
encoded type - what to encode to.
Parent type for all errors that can occur while parsing CSV data.
Parent type for all errors that can occur while parsing CSV data.
Parent type for all errors that can occur while dealing with CSV data.
Parent type for all errors that can occur while dealing with CSV data.
ReadError is split into two main error types:
- DecodeError: errors that occur while decoding a cell or a row.
- ParseError: errors that occur while parsing raw data into CSV.