InvalidInputDataList

data class InvalidInputDataList(val cause: List<Pair<Int, String>>) : CommonError

InvalidInputDataList when the input data list is not valid.

Parameters

cause

List<Pair<Int, String>> the cause of the error and the index.

Constructors

Link copied to clipboard
constructor(cause: List<Pair<Int, String>>)

Properties

Link copied to clipboard