OBJECT
ResolvePredictionEventError
An error returned from the resolvePredictionEvent mutation.
link GraphQL Schema definition
1 type ResolvePredictionEventError { 2 3 # Code describing the error. 4 : ResolvePredictionEventErrorCode! 5 6 }
OBJECT
An error returned from the resolvePredictionEvent mutation.
1 type ResolvePredictionEventError { 2 3 # Code describing the error. 4 : ResolvePredictionEventErrorCode! 5 6 }