getErrorDescription abstract method

Future<String> getErrorDescription(
  1. int code
)

Gets the warning or error description.

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

Returns The specific error or warning description.

Implementation

Future<String> getErrorDescription(int code);