onError property on <LayerProvider> to get notified about all exceptions within the components:
<LayerProvider> component and within specific components.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
onError property on <LayerProvider> to get notified about all exceptions within the components:
<LayerProvider
businessId="..."
environment="..."
appId="..."
onError={err => console.log('My error callback', err)}
>
{...}
</LayerProvider>
<LayerProvider> component and within specific components.
<BankTransactions onError={e => console.log('My callback:', e)} />