InvalidInputData

data class InvalidInputData(val cause: String) : CommonError

InvalidInputData when the input data is not valid.

Parameters

cause

String the cause of the error.

Constructors

Link copied to clipboard
constructor(cause: String)

Properties

Link copied to clipboard