E3098 Types Errors
Types
type mismatch: cannot assign '%s' to '%s' through pointer dereference
When this occurs
This error is triggered when: type mismatch: cannot assign '%s' to '%s' through pointer dereference
Example error message
error[E3098]:
type mismatch: cannot assign '%s' to '%s' through pointer dereference
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.