OBJECT

CreateVideoBookmarkError

CreateVideoBookmarkError is the error associated with a createVideoBookmark.

link GraphQL Schema definition

1type CreateVideoBookmarkError {
2
3# The associated error code.
4code: CreateVideoBookmarkErrorCode
5
6}