I am wondering what the best practices are with detecting transient errors, which can be retried, that are received from a MySQL server? I am currently using Quarkus/Java and I am trying to make the application more robust against failure scenarios. For instance, is there a list of errorCodes received I could use to detect this?
↧