Enum Error Type

This class defines possible error types that may occur during processing of input/output data.

SHORT_LINE

Not enough data in the input line to read all required columns or column.

PROCESSING_ERROR

Runtime error during processing occurred.

EXTRA_DATA

Extra data in the input line.

INVALID_DATE

Input data does not represent a valid date (using the given date format).

UNPARSABLE_FIELD

Unable to parse value to the required data type.

LONG_LINE

Line is longer than limit.


iWay Software