rpcError property

String? get rpcError

Implementation

String? get rpcError {
  return errorCodes[errorCode];
}