onDebugError method
The callback for obtaining debugging error information.
Available since: 1.1.0 Description: When the SDK functions are not used correctly, the callback prompts for detailed error information. Trigger: Notify the developer when an exception occurs in the SDK. Restrictions: None. Caution: None.
errorCode
Error code, please refer to the error codes document https://docs.zegocloud.com/en/5548.html for details.funcName
Function name.info
Detailed error information.
Implementation
void onDebugError(
int errorCode,
String funcName,
String info,
) {}