onError property
The callback for error information.
When an exception occurs in the SDK, the callback will prompt detailed information.
zimZIM instance.errorInfoThe error information
Implementation
static void Function(ZIM zim, ZIMError errorInfo)? onError;