FieldError

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

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

Constructors

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

Properties

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