Enumeration
OpenParkingError
public enum OpenParkingError
A general error type indicating failure during the loading or decoding of data.
Relationships
Conforms To
Error
Enumeration Cases
decoding
case decoding(description: String, underlyingError: Error?)
network
case network(: Error)
server
case server(status: Int, response: String)
missingGeodata
case missingGeodata
other
case other(: String)