ParkingAPIClientError

public enum ParkingAPIClientError : Error

The returned error type

  • An error due to the network network layer

    Declaration

    Swift

    case network(Error)
  • An error occured while decoding the server response

    Declaration

    Swift

    case decodable(Error)
  • An unknown error type

    Declaration

    Swift

    case generic(Error)