OBJECT

CreateClipError

CreateClipError is an error associated with the createClip mutation.

link GraphQL Schema definition

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