Home > @activeviam/activeui-sdk > ContainerProps > onLoadingError
ContainerProps.onLoadingError property
Called when a container fails to load/reload. One use case for it is to render something else than the default error screen.
Signature:
onLoadingError?: (e: Error) => void;