RegexError

data class RegexError(val message: String) : ValidationError

Class representing a regex error.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

The error message.