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
Instead of silently working and assuming or silently dropping when creating metacard attributes, we should work to return helpful error messages of what went wrong and why for consumers to know why an attribute wasn't included or such.
One possible implementation could be by changing the CatalogMethods::getAttribute method to somehow return more information (possibly a third piece of information?) on if attributes were found to have issues.
The text was updated successfully, but these errors were encountered:
Instead of silently working and assuming or silently dropping when creating metacard attributes, we should work to return helpful error messages of what went wrong and why for consumers to know why an attribute wasn't included or such.
One possible implementation could be by changing the
CatalogMethods::getAttribute
method to somehow return more information (possibly a third piece of information?) on if attributes were found to have issues.The text was updated successfully, but these errors were encountered: