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
Functions like StructFunc take a Group but don't return an error. I have conditions where iterating and creating the fields must error out. Right now i'm jumping through hoop to get that error. Since these callback functions are generated and I'm sure changing the function signature would cause havoc could another version be generated?
Functions like
StructFunc
take aGroup
but don't return an error. I have conditions where iterating and creating the fields must error out. Right now i'm jumping through hoop to get that error. Since these callback functions are generated and I'm sure changing the function signature would cause havoc could another version be generated?Something like
The text was updated successfully, but these errors were encountered: