onError
Home > @gooddata/sdk-ui > IWithLoadingEvents > onError
IWithLoadingEvents.onError property
If specified, this function will be called in case loading runs into an error.
Signature:
onError?: (error: GoodDataSdkError, props: TProps) => void;