You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Judging by the number of these errors that pops up in my own projects, I suspect that this error message will pop up in enough projects around to warrant a better error message, most notably an error message that includes the container key. That would make it much easier to correct for the end user. In typical configuration scenarios the user does not have much insight into the Go struct.
The text was updated successfully, but these errors were encountered:
Uses the existing method to DRY up the error message generation, and decorates
with position index where needed. No behaviour is changed, but it allows for
further changes to make error messaging more specific.
Related to: pelletier#806
Uses the existing method to DRY up the error message generation, and decorates
with position index where needed. No behaviour is changed, but it allows for
further changes to make error messaging more specific.
Related to: #806
This relates to the bug fixed in 7baa23f
Judging by the number of these errors that pops up in my own projects, I suspect that this error message will pop up in enough projects around to warrant a better error message, most notably an error message that includes the container key. That would make it much easier to correct for the end user. In typical configuration scenarios the user does not have much insight into the Go struct.
The text was updated successfully, but these errors were encountered: