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
Based on the discussion in strongloop/loopback#1226, it may be useful to provide an operation hook triggered when the operation failed. This will allow hooks to clean up any temporary changes made in a "before" hook.
The text was updated successfully, but these errors were encountered:
@fabien What's your current opinion on this feature? Do you still needed it now that we have afterRemoteError hooks?
What do you find more helpful, a generic "error" hook that is called when any DAO operation fails, or a more targeted hooks like "save failed" & "delete failed"?
The downside of the generic "error" hook is that the context object will have many different formats, (depending on which operation failed), it may be difficult to describe well in the documentation.
Based on the discussion in strongloop/loopback#1226, it may be useful to provide an operation hook triggered when the operation failed. This will allow hooks to clean up any temporary changes made in a "before" hook.
The text was updated successfully, but these errors were encountered: