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
When the analysis fails (BuildAnalyzer::Analyze) we just return a bool to say whether it succeeded.
The idea is to improve error messages because the analysis can fail before calling the SDK or within the SDK (and it has its own error codes).
When the analysis fails (
BuildAnalyzer::Analyze) we just return aboolto say whether it succeeded.The idea is to improve error messages because the analysis can fail before calling the SDK or within the SDK (and it has its own error codes).