enum class ErrorMessages : StringBasedTranslatable
Contains translations which are used in error like messages.
val value: String
The default representation of this Translatable. |
open fun getDefault(): String
Returns the default representation of this Translatable which is value. |