The Python SDK only logs and error and continues its targeting evaluation. The other SDKs, for example, [Java](https://github.com/open-feature/java-sdk-contrib/blob/main/providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/resolver/process/targeting/Fractional.java#L104-L123) or [js](https://github.com/open-feature/js-sdk-contrib/blob/main/libs/shared/flagd-core/src/lib/targeting/fractional.ts#L74-L98) are throwing an exception and don't continue the evaluation. This is also the specified flagd behavior. We should align the implementation with the specified behaviour to ensure the same experience in all SDKs relates: #91