Skip to main content
Version: 5.9.0

RegisterNetworkErrorCallback

Registers a callback that is invoked for network errors. Note this is only called if EnableNetworkErrorMessageCaching has been set to true.

Method Parameters

ParameterDescription
callbackThe callback handler.

Usage

http://localhost:3000
_bc.RegisterNetworkErrorCallback(callback);