E3013 Type Errors
return-count-mismatch
wrong number of return values
When this occurs
Returning wrong count
Example error message
error[E3013]:
wrong number of return values: expected 2, got 1
How to fix
Return the correct number of values as declared in the function signature.