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
We don't handle Response.error() cases in the remote interceptor right now. We only serialize successful responses and errors. That creates an inconsistent behavior compared to other interceptors.
This is a matter of introducing the check for Response.error() (we already have the util that does that) and creating a new serialization contract to serialize/deserialize such response instances.
The text was updated successfully, but these errors were encountered:
We don't handle
Response.error()
cases in the remote interceptor right now. We only serialize successful responses and errors. That creates an inconsistent behavior compared to other interceptors.This is a matter of introducing the check for
Response.error()
(we already have the util that does that) and creating a new serialization contract to serialize/deserialize such response instances.The text was updated successfully, but these errors were encountered: