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
On this line: if (!$result || !$result->getStatus()) {getStatus() returns the http reponse status returned by the api, which is a number and will be true. So, even when the API returns an error status >= 400 no message will be logged.