ValidationMessage

interface ValidationMessage

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

Functions

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