ENUM

ManuallyTriggerDropResultStatus

The possible return status of a drop trigger try on a channel.

link GraphQL Schema definition

1enum ManuallyTriggerDropResultStatus {
2
3# Returned if the trigger try was successful.
4SUCCESS
5
6# Returned if the streamer is not eligible to have the drop triggered on it.
7VERIFICATION_FAILURE
8
9# Returned if the drop triggered returned an error for given channel.
10ERROR
11}