ParkingAPIClientError
public enum ParkingAPIClientError : Error
The returned error type
-
An error due tp the network
Declaration
Swift
case network(Error)
-
An error due to decoding error
Declaration
Swift
case decodable(Error)
-
An unknown error type
Declaration
Swift
case generic(Error)