Skip to content

Instantly share code, notes, and snippets.

View sherwinzadeh's full-sized avatar

Sherwin Zadeh sherwinzadeh

View GitHub Profile
import Foundation
#if canImport(FoundationNetworking)
import FoundationNetworking
#endif
/// Defines the possible errors
public enum URLSessionAsyncErrors: Error {
case invalidUrlResponse, missingResponseData
}