getErrorDescription abstract method

Future<String?> getErrorDescription(
  1. int error
)

Gets the warning or error description.

Param error The error code or warning code reported by the SDK.

return The specific error or warning description.

Implementation

Future<String?> getErrorDescription(int error);