mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
Replaces ConnectionError.errorDescription with .failureReason
Improves error messages where ConnectionError was the underlying failure, but not the main error.
This commit is contained in:
@@ -32,7 +32,7 @@ enum ConnectionError: LocalizedError
|
||||
case connectionFailed
|
||||
case connectionDropped
|
||||
|
||||
var errorDescription: String? {
|
||||
var failureReason: String? {
|
||||
switch self
|
||||
{
|
||||
case .serverNotFound: return NSLocalizedString("Could not find AltServer.", comment: "")
|
||||
|
||||
Reference in New Issue
Block a user