mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-06-07 14:28:50 +00:00
ServerError: Fix
This commit is contained in:
parent
6c307aba63
commit
aa120a48f7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import Foundation
|
||||||
|
|
||||||
public struct ServerError: Decodable, Error {
|
public struct ServerError: Decodable, Error {
|
||||||
public let error: String?
|
public let error: String?
|
||||||
public var httpCode: Int
|
public var httpCode: Int?
|
||||||
}
|
}
|
||||||
|
|
||||||
extension ServerError: Sendable {}
|
extension ServerError: Sendable {}
|
||||||
|
|
Loading…
Reference in a new issue