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.

DialogCanceled

DialogCanceled: = "DialogCanceled"

A dialog was canceled.

since

13.2

DialogExists

DialogExists: = "DialogExists"

A dialog is already shown to the user.

since

13.2

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.