I'd like to post notifications to our users when a specific http status code is returned from the server. I know that RPCManager has handleTransportError which is great for httpResponseCodes that are errors but I'm not seeing anything for non-error codes. Is there something suitable for this?
Announcement
Collapse
No announcement yet.
X
-
No. The RPCManager is used for lots of different types of requests, some internal, some without callbacks, some parts of queues - it would take a massive amount of documentation just to explain the different types of requests and what would be valid to do, and we don't even have a known use case. In particular your use case, to the point that you've explained it, still seems better suited for DataSource.transformRequest/Response.
Comment
Comment