Invalid

class Invalid(errorMessage: String) : ValidationResult

Input is not valid.

Parameters

errorMessage

The reason why the input is not valid.

Constructors

Link copied to clipboard
constructor(errorMessage: String)