React hooks, Error handling. How should I do when using MVP(Model-view-presenter)?

I’m doing a login view for my application and I have at tough time getting this right. I’m pretty new at this so the solution may be trival for you. I have a presenter and a login view, now I want to catch the error in the presenter and then send it over as prop to my view and handle it there. How should I go about solving this?

My first solution was to just solve everything in the presenter but that seemed wrong to do that because it doesn’t follow the rules of MVP.

[Login view(https://i.stack.imgur.com/uSdJA.png)
Login presenter