OBJECT
CreateVideoBookmarkError
CreateVideoBookmarkError is the error associated with a createVideoBookmark.
link GraphQL Schema definition
1 type CreateVideoBookmarkError { 2 3 # The associated error code. 4 : CreateVideoBookmarkErrorCode 5 6 }
OBJECT
CreateVideoBookmarkError is the error associated with a createVideoBookmark.
1 type CreateVideoBookmarkError { 2 3 # The associated error code. 4 : CreateVideoBookmarkErrorCode 5 6 }