E2063 Syntax Errors

Syntax

duplicate or conflicting named return value; each name must be unique and not collide with parameters

When this occurs

This error is triggered when: duplicate or conflicting named return value; each name must be unique and not collide with parameters

Example error message

error[E2063]: duplicate or conflicting named return value; each name must be unique and not collide with parameters

How to fix

Review the error message and check your code at the indicated location. The message describes what went wrong — fix the underlying issue it identifies.

Related errors

No related errors.