ENUM

SetChannelTrailerErrorCode

SetChannelTrailerErrorCode are the types of errors that the setChannelTrailer mutation may return.

link GraphQL Schema definition

1enum SetChannelTrailerErrorCode {
2
3# The caller is not authorized to update the user's trailer settings.
4UNAUTHORIZED
5
6# The vod is longer than 60 seconds (max time for channel trailers).
7VOD_TOO_LONG
8}