ENUM

RecordAdEventErrorCode

Enumeration of RecordAdEvent error status codes.

link GraphQL Schema definition

1enum RecordAdEventErrorCode {
2
3# The RAd token in the request was not valid.
4INVALID_TOKEN
5
6# The event payload was invalid.
7INVALID_JSON
8
9# An internal error has occurred, other than a 500.
10UNKNOWN_ERROR
11}