ENUM

LockPredictionEventErrorCode

Possible error codes from the lockPredictionEvent mutation.

link GraphQL Schema definition

1enum LockPredictionEventErrorCode {
2
3# The current user is forbidden from updating this Prediction Event.
4FORBIDDEN
5
6# This Prediction Event is not currently in the ACTIVE state.
7EVENT_NOT_ACTIVE
8
9# An unknown error occurred.
10UNKNOWN
11}