ttErrorText

var ttErrorText: String? = null

An error message shown below the input field. It provides more context to help the user understand that incorrect input has been entered or there is an error that occurs from the entered input. When the error text is set, the helper text will not be visible until the error text is cleared. If set to null, the error message will not be shown.