E3116 Types Errors

Types

wrong number of bindings for variant '%s'; expected %d, got %d

When this occurs

This error is triggered when: wrong number of bindings for variant '%s'; expected %d, got %d

Example error message

error[E3116]: wrong number of bindings for variant '%s'; expected %d, got %d

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.