Enumerations

The following enumerations are available globally.

  • An either enum to handle to possibility of deserialisation

    Declaration

    Swift

    public enum Either<L, R> : Decodable where L : Decodable, R : Decodable
  • The returned error type

    See more

    Declaration

    Swift

    public enum ParkingAPIClientError : Error