Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UiExtensionErrorCode

Identifies which error occurred while using the ui-extension library.

Index

Enumeration members

ConnectionDestroyed

ConnectionDestroyed: = "ConnectionDestroyed"

The connection with the CMS has been destroyed.

IncompatibleParent

IncompatibleParent: = "IncompatibleParent"

The version of the CMS in which the UI extension is loaded is not compatible with the version of the ui-extension library used by the UI extension.

InternalError

InternalError: = "InternalError"

An internal error occurred.

NotInIframe

NotInIframe: = "NotInIframe"

The UI extension is not running in an iframe.