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