onLoadInitialElementsPageError
Home > @gooddata/sdk-ui-filters > IAttributeElementLoader > onLoadInitialElementsPageError
IAttributeElementLoader.onLoadInitialElementsPageError property
Registers a callback that will be fired when error is thrown during the initial elements page load. Returns unsubscribe function, that will unregister it.
Signature:
onLoadInitialElementsPageError: CallbackRegistration<OnLoadInitialElementsPageErrorCallbackPayload>;
Remarks
Multiple callbacks can be registered by this function.