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
Currently there is not way to know i.e. what status code had been thrown by Graph API by inspecting com.microsoft.graph.http.GraphServiceException. That could be useful so that when calling GET on some Object we could catch the exception and actually know that 404 Not Found happened.
In the .Net Graph API SDK that seem to be possible, but Java version possibly hides too much of information regarding the error that caused it.
mcharmas, klehmann, mkuszewski and patryk-zielinski-vl