OBJECT

AcknowledgePredictionResultError

An error returned from the acknowledgePredictionResult mutation.

link GraphQL Schema definition

1type AcknowledgePredictionResultError {
2
3# Code describing the error.
4code: AcknowledgePredictionResultErrorCode!
5
6}