onFatalError method

void onFatalError(
  1. int errorCode
)

The callback that triggered a fatal error, causing the SDK to malfunction and unable to function properly.

Available since: 3.6.0 Description: The callback that triggered a fatal error. Trigger: The APP has enabled the restriction of access from foreign IP addresses, and the current client is outside of the domain. Restrictions: None. Caution: None.

  • errorCode Error code.

Implementation

void onFatalError(
  int errorCode,
) {}