E3103 Types Errors
Types
#json struct '%s' cannot have func-typed field '%s'; func references have no JSON representation
When this occurs
This error is triggered when: #json struct '%s' cannot have func-typed field '%s'; func references have no json representation
Example error message
error[E3103]:
#json struct '%s' cannot have func-typed field '%s'; func references have no JSON representation
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.