Wondering what the recommended approach is to fire a popup toast message (keeping the rest of UI intact) when the server returns an error response from an ActionFunction? I realise I can use a CatchBoundary, but that will replace the component, so do i just need to embed the component within the catch boundary and add a toast component? Feels clunky. Is there any way I can simply get the response status in my main component, something similar to useCatch()?