ENUM

AcknowledgePredictionResultErrorCode

Possible error codes from the acknowledgePredictionResult mutation.

link GraphQL Schema definition

1enum AcknowledgePredictionResultErrorCode {
2
3# The authorized user is forbidden from acknowledging this Prediction result.
4FORBIDDEN
5
6# The specified Prediction ID was not found.
7NOT_FOUND
8
9# The specified Prediction ID has not been resolved yet.
10NOT_RESOLVED
11
12# An unknown error occurred.
13UNKNOWN
14}