ValidationMessage

interface ValidationMessage

Minimal interface that has to be implemented and contains the message from validation process.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
isError
Link copied to clipboard
common
abstract fun isError(): Boolean
decides if the ValidationMessage is an error which is needed to determine if validation is successful or not
toString
Link copied to clipboard
common
open fun toString(): String