Skip to content

Commit d069a8f

Browse files
authored
feat: add STATIC, CACHED reasons (open-feature#240)
feat: add STATIC, CACHED reasons. Signed-off-by: Todd Baert <[email protected]> Signed-off-by: Todd Baert <[email protected]>
1 parent 19b5946 commit d069a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/openfeature/sdk/Reason.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* Predefined resolution reasons.
55
*/
66
public enum Reason {
7-
DISABLED, SPLIT, TARGETING_MATCH, DEFAULT, UNKNOWN, ERROR
7+
DISABLED, SPLIT, TARGETING_MATCH, DEFAULT, UNKNOWN, CACHED, STATIC, ERROR
88
}

0 commit comments

Comments
 (0)