Fixed
Status Update
Comments
da...@google.com <da...@google.com>
da...@google.com <da...@google.com> #2
This (and other) error messages have been updated for readability / consistency and should be available whenever the next canary lands (which will be Studio 3.5)
da...@google.com <da...@google.com> #3
For example:
=================================================
Identifiers must have user defined types from the XML file. price_guide_container is missing it
=================================================
will now be
=================================================
Could not find identifier 'price_guide_container'
Check that the identifier is spelled correctly, and that no <import> or <variable> tags are missing.
=================================================
I'm not sure I caught every error message, so if you continue to see anything that still doesn't make sense, please reply to this bug or open a new one.
Thanks!
=================================================
Identifiers must have user defined types from the XML file. price_guide_container is missing it
=================================================
will now be
=================================================
Could not find identifier 'price_guide_container'
Check that the identifier is spelled correctly, and that no <import> or <variable> tags are missing.
=================================================
I'm not sure I caught every error message, so if you continue to see anything that still doesn't make sense, please reply to this bug or open a new one.
Thanks!
za...@gmail.com <za...@gmail.com> #4
This is great and really helpful! Thank you David!
da...@google.com <da...@google.com> #5
My pleasure Zarah!
Description
"Error:(111, 35) Identifiers must have user defined types from the XML file. price_guide_container is missing it "
What this error really meant to tell me is that it "Cannot find the definition of price_guide_container. Have you added it to <data>?"
If I am beginning data binding, "user defined types" might be unfamiliar.