Skip to content

Commit

Permalink
Parse MUST_ACCEPT_TOS as prediction error code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Jan 8, 2023
1 parent 0276bd3 commit d43ccac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ public enum MakePredictionErrorCode{
EVENT_NOT_ACTIVE,
FORBIDDEN,
MULTIPLE_OUTCOMES,
MUST_ACCEPT_TOS,
NOT_ENOUGH_POINTS,
UNKNOWN
}

0 comments on commit d43ccac

Please sign in to comment.