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
If an error occurs during the navigation process, the navigator will invoke the client callback with the item on the traverse item being set. Perhaps this is not the best way to go, becuase the client has to know that they are being invoked for a second time for the same traversal item but for an error. It would probably be better for the client to be able to specify an error callback specifically for the purpose of error handling, that way the prmary client callback can be kept clean and not have to be concerned about error handling.
The text was updated successfully, but these errors were encountered:
consider this:
If an error occurs during the navigation process, the navigator will invoke the client callback with the item on the traverse item being set. Perhaps this is not the best way to go, becuase the client has to know that they are being invoked for a second time for the same traversal item but for an error. It would probably be better for the client to be able to specify an error callback specifically for the purpose of error handling, that way the prmary client callback can be kept clean and not have to be concerned about error handling.
The text was updated successfully, but these errors were encountered: