Catch rate limit error in action instead of going straight to auth0 custom error page

Hey Auth0!

Just after some advice on the rate limit error that occurs when you consistently enter incorrect codes for an mfa challenge i.e: The rate limit for endpoint /u/mfa-otp-challenge was reached. Please retry after a few minutes.

When this occurs, is there any way for me to catch the error in my post login action where I initialised the challenge with challengeWith?

Right now, it jumps directly to my custom error page.

Thanks!