ENUM

InstallExtensionErrorCode

InstallExtensionErrorCode is an error code associated with InstallExtensionError.

link GraphQL Schema definition

1enum InstallExtensionErrorCode {
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}