What is the way to get failures over the wire? I want to handle the failures that happened in the backend on the client. Returning Exit would be easy, but is not serialisable. And just stringifying Exit throws the types away. I'm using Server Actions btw, so the return type of the backend endpoint is automatically available in the client.