ENUM

VideoBookmarkConnectionErrorCode

VideoBookmarkConnectionErrorCode are the possible errors that this query returns.

link GraphQL Schema definition

1enum VideoBookmarkConnectionErrorCode {
2
3# An unexpected internal server error occurred.
4INTERNAL_SERVER_ERROR
5
6# The user is unauthorized to fetch bookmarks for the channel.
7USER_UNAUTHORIZED
8}