ENUM

UpdateLiveUpNotificationValidationErrorCode

Validation error status codes.

link GraphQL Schema definition

1enum UpdateLiveUpNotificationValidationErrorCode {
2
3# The notification text sent did not pass auto mod.
4FAILED_AUTOMOD
5
6# The notification text sent is too long.
7TOO_LONG
8
9# The target user is not found.
10USER_NOT_FOUND
11}