OBJECT

InstallExtensionError

InstallExtensionError is wrapper for error associated with the installExtension mutation.

link GraphQL Schema definition

1type InstallExtensionError {
2
3# Error code.
4code: InstallExtensionErrorCode!
5
6# The installation id if got EXTENSION_ALREADY_INSTALLED error.
7installationID: ID
8
9}