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
This line makes it so that any error that is not an ErrorMessage will get overwritten with the default ErrorMessage. Instead this should just return the original error if we cannot deserialize it into an ErrorMessage.
This line makes it so that any error that is not an
ErrorMessage
will get overwritten with the defaultErrorMessage
. Instead this should just return the original error if we cannot deserialize it into anErrorMessage
.graph-rs-sdk/graph-http/src/request_handler.rs
Line 231 in a6e8c9b
graph-rs-sdk/graph-http/src/blocking/blocking_request_handler.rs
Line 210 in a6e8c9b
The text was updated successfully, but these errors were encountered: