toMessage method
override
Implementation
@override
String toMessage() {
switch (code) {
case UpdateUserLoginErrorCode.occupied:
return 'err_login_occupied'.l10n;
case UpdateUserLoginErrorCode.artemisUnknown:
return 'err_data_transfer'.l10n;
}
}