FieldError

class FieldError(@StringRes errorMessage: Int, formatArgs: Array<out Any>?)

Encapsulates an error message including the string resource and the variable arguments

Constructors

Link copied to clipboard
fun FieldError(@StringRes errorMessage: Int, formatArgs: Array<out Any>? = null)

Properties

Link copied to clipboard
val errorMessage: Int
Link copied to clipboard
val formatArgs: Array<out Any>? = null