WrongResultCount occurs when a return statement returns an incorrect number of values. Example: func ReturnOne() int { return 1, 2 }