fallbackStrategy
Defines the fallback strategy to apply when required EV data is missing or invalid.
This property determines how the system should behave in the absence of critical EV-related inputs (such as stateOfCharge, efficiency, or chargingCurve). The fallback strategy can help avoid routing errors and ensure a more predictable user experience during degraded EV data conditions.
Possible strategies include:
EvFallbackStrategy.FallbackToRegularNavigation: Gracefully degrade to standard (non-EV) navigation while logging missing or faulty EV data for debugging.
EvFallbackStrategy.CrashOnError: Fail fast by throwing an error when required EV fields are not available. This is useful for strict validation during development or QA.
Default value: EvFallbackStrategy.CrashOnError