getErrorDescription abstract method

Future<String> getErrorDescription(
  1. int code
)

Gets the warning or error description.

  • code The error code reported by the SDK.

Returns The specific error description.

Implementation

Future<String> getErrorDescription(int code);