ManualCsvImportResult

Outcome of parseManualCsv. Either a list of parsed points or a list of human-readable error messages (everything that could be flagged in one pass is reported at once, so the user sees the full picture instead of getting one error per attempt).

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
data class Failure(val errors: List<String>) : ManualCsvImportResult
Link copied to clipboard
data class Ok(val points: List<ManualPointSpec>) : ManualCsvImportResult