onDebugError property

(void Function(int errorCode, String funcName, String info)?) onDebugError
read / write

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.

Implementation

static void Function(int errorCode, String funcName, String info)?
    onDebugError;