ViewResponseWithErrorData
enum ViewResponseWithErrorData<T, Q>
Undocumented
-
Undocumented
Declaration
Swift
case success(T)
-
Undocumented
Declaration
Swift
case failure(Int, Alert?, Q?)
-
Undocumented
Declaration
Swift
static func internetError(code: Int) -> ViewResponseWithErrorData
-
Undocumented
Declaration
Swift
static func parsingError(code: Int) -> ViewResponseWithErrorData
-
Undocumented
Declaration
Swift
static func `default`() -> ViewResponseWithErrorData