mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 01:03:27 +01:00
clean-checkpoint-1
This commit is contained in:
@@ -201,6 +201,7 @@ public struct ErrorResponse: ServerMessageProtocol
|
||||
public var identifier = "ErrorResponse"
|
||||
|
||||
public var error: ALTServerError {
|
||||
// Must be ALTServerError
|
||||
return self.serverError.map { ALTServerError($0.error) } ?? ALTServerError(self.errorCode)
|
||||
}
|
||||
private var serverError: CodableError?
|
||||
|
||||
Reference in New Issue
Block a user