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