Generic

abstract class Generic(val value: String) : ValidationError

A generic validation error that can be subclassed. In this case, you need to keep track of your custom errors yourself.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
open override val value: String

A value that is being validated