Index Patterns API - should pass errors on to callers instead of swallowing #95993
Labels
Feature:Data Views
Data Views code and UI - index patterns before 8.0
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
technical debt
Improvement of the software architecture and operational architecture
The index patterns api currently handles errors instead of passing them on to the api caller. Changing this behavior is going to be a significant refactor since it potentially touches all places where
indexPatterns.get
is called.Create new {{get}} function and deprecate old one.
The text was updated successfully, but these errors were encountered: