tranErrorMsg method

String? tranErrorMsg(
  1. String errorCode
)

transaction error message by error code

Implementation

String? tranErrorMsg(String errorCode) {
  throw UnimplementedError('tranErrorMsg() has not been implemented.');
}