Declares all possible values of type DecodeError.
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DecodeError.type
Members list
Type members
Classlikes
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.
Value parameters
- index
-
index that caused the issue.
Attributes
- Supertypes
-
class DecodeErrorclass ReadErrorclass Errortrait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
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
.
Attributes
- Companion
- object
- Supertypes
-
class DecodeErrorclass ReadErrorclass Errortrait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Provides convenience methods for DecodeError.TypeError instance creation.
Provides convenience methods for DecodeError.TypeError instance creation.
Attributes
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror