getErrorDescription abstract method

Future<String> getErrorDescription(
  1. int code
)

获取警告或错误描述。

  • code SDK 报告的错误码。

Returns 具体的错误描述。

Implementation

Future<String> getErrorDescription(int code);