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
Expectation: in case of resultClass":"error": "do something" with theresults, in case of msg being set (without checking I guess it is always set) then execute window.showErrorMessage(results.msg);
The text was updated successfully, but these errors were encountered:
Seen today when trying to just do a quick debugging session and reporting to #24 but is a general topic:
There are sometimes MI error reportings, example:
Expectation: in case of
resultClass":"error"
: "do something" with theresults
, in case ofmsg
being set (without checking I guess it is always set) then executewindow.showErrorMessage(results.msg);
The text was updated successfully, but these errors were encountered: