Compare commits
1 commit
fe7b5300e3
...
21709e2381
Author | SHA1 | Date | |
---|---|---|---|
21709e2381 |
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ object SimplifiedErrorHandling {
|
||||||
ProfileRetriesExceeded(R.string.download_wizard_error_profile_retries_exceeded),
|
ProfileRetriesExceeded(R.string.download_wizard_error_profile_retries_exceeded),
|
||||||
ConfirmationCodeMissing(R.string.download_wizard_error_confirmation_code_missing),
|
ConfirmationCodeMissing(R.string.download_wizard_error_confirmation_code_missing),
|
||||||
ConfirmationCodeRefused(R.string.download_wizard_error_confirmation_code_missing),
|
ConfirmationCodeRefused(R.string.download_wizard_error_confirmation_code_missing),
|
||||||
ConfirmationCodeRetriesExceeded(R.string.download_wizard_error_confirmation_code_retries_exceeded),
|
|
||||||
ProfileExpired(R.string.download_wizard_error_profile_expired),
|
ProfileExpired(R.string.download_wizard_error_profile_expired),
|
||||||
|
ConfirmationCodeRetriesExceeded(R.string.download_wizard_error_confirmation_code_retries_exceeded),
|
||||||
UnknownHost(R.string.download_wizard_error_unknown_hostname),
|
UnknownHost(R.string.download_wizard_error_unknown_hostname),
|
||||||
NetworkUnreachable(R.string.download_wizard_error_network_unreachable),
|
NetworkUnreachable(R.string.download_wizard_error_network_unreachable),
|
||||||
TLSCertificateError(R.string.download_wizard_error_tls_certificate)
|
TLSCertificateError(R.string.download_wizard_error_tls_certificate)
|
||||||
|
|
Loading…
Add table
Reference in a new issue