onDebugError method

void onDebugError(
  1. int errorCode,
  2. String funcName,
  3. String info
)

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

void onDebugError(
  int errorCode,
  String funcName,
  String info,
) {}