We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b5946 commit d069a8fCopy full SHA for d069a8f
src/main/java/dev/openfeature/sdk/Reason.java
@@ -4,5 +4,5 @@
4
* Predefined resolution reasons.
5
*/
6
public enum Reason {
7
- DISABLED, SPLIT, TARGETING_MATCH, DEFAULT, UNKNOWN, ERROR
+ DISABLED, SPLIT, TARGETING_MATCH, DEFAULT, UNKNOWN, CACHED, STATIC, ERROR
8
}
0 commit comments