OBJECT

UpdateUserVideoShelvesError

Error information in the update user video shelves response.

link GraphQL Schema definition

1type UpdateUserVideoShelvesError {
2
3# An http error code to identify the error response.
4code: Int!
5
6# The translated error response message for this given error.
7message: String
8
9}