ENUM

UninstallExtensionErrorCode

UninstallExtensionErrorCode is an error code associated with UninstallExtensionError.

link GraphQL Schema definition

1enum UninstallExtensionErrorCode {
2
3# User is unable to make modifications to the extension.
4UNAUTHORIZED
5
6# Channel id is invalid, for example, is empty.
7INVALID_CHANNEL_ID
8
9# The extension is not installed on the channel.
10EXTENSION_NOT_INSTALLED
11}