You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error was experienced due to the fact that the ChargingPointType class constructor and the functions on ChargingPointType do not cover all cases that exist.
This task is to fully cover all defined types in all cases where ChargingPointType is pattern-matched.
The text was updated successfully, but these errors were encountered:
10:45:49.912 [ClusterSystem-akka.actor.default-dispatcher-226] ERROR akka.actor.OneForOneStrategy - invalid argument: Level1
java.lang.IllegalArgumentException: invalid argument: Level1
This error was experienced due to the fact that the
ChargingPointType
class constructor and the functions on ChargingPointType do not cover all cases that exist.This task is to fully cover all defined types in all cases where
ChargingPointType
is pattern-matched.The text was updated successfully, but these errors were encountered: