We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2600fb commit 37d8155Copy full SHA for 37d8155
confidence/openfeature_provider.py
@@ -85,6 +85,8 @@ def _to_openfeature_error_code(
85
return openfeature.exception.ErrorCode.GENERAL
86
if error_code is ErrorCode.PARSE_ERROR:
87
return openfeature.exception.ErrorCode.PARSE_ERROR
88
+ if error_code is ErrorCode.TIMEOUT:
89
+ return openfeature.exception.ErrorCode.GENERAL
90
if error_code is ErrorCode.NOT_READY:
91
return openfeature.exception.ErrorCode.PROVIDER_NOT_READY
92
0 commit comments