ENUM

DeleteExtensionImageError

DeleteExtensionImageError is an error associated with the deleteExtensionImage mutation.

link GraphQL Schema definition

1enum DeleteExtensionImageError {
2
3# User is unable to make modifications to the extension.
4UNAUTHORIZED
5
6# Version specified is invalid.
7INVALID_VERSION
8
9# Cannot find url in the manifest.
10CANNOT_FIND_URL_IN_MANIFEST
11
12# Invalid image url.
13INVALID_IMAGE_URL
14}