Skip to content

Commit

Permalink
feat: add STATIC, CACHED reasons (#240)
Browse files Browse the repository at this point in the history
feat: add STATIC, CACHED reasons.

Signed-off-by: Todd Baert <[email protected]>

Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Jan 19, 2023
1 parent 19b5946 commit d069a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/openfeature/sdk/Reason.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* Predefined resolution reasons.
*/
public enum Reason {
DISABLED, SPLIT, TARGETING_MATCH, DEFAULT, UNKNOWN, ERROR
DISABLED, SPLIT, TARGETING_MATCH, DEFAULT, UNKNOWN, CACHED, STATIC, ERROR
}

0 comments on commit d069a8f

Please sign in to comment.