REJECTION_REASON_CODE
No description
enum REJECTION_REASON_CODE { OFFENSIVE ABUSIVE SPAM BANNED_WORD AD ILLEGAL_CONTENT OTHER}
#
ValuesOFFENSIVE
#
OFFENSIVE represents a rejection of a comment for being offensive.
ABUSIVE
#
ABUSIVE represents a rejection of a comment for being abusive.
SPAM
#
SPAM represents a rejection of a comment for being spam.
BANNED_WORD
#
BANNED_WORD represents a rejection of a comment for containing a banned word.
AD
#
AD represents a rejection of a comment for being and ad.
ILLEGAL_CONTENT
#
ILLEGAL_CONTENT represents a rejection of a comment for containing illegal content.
OTHER
#
OTHER is reserved for reasons that arent adequately described by the other options.