Ask a Question

Ask a Question
Back to All

Where can I find a list of all possible errors/exceptions?

Is there a list of all possible errors/exceptions somewhere? Basically I want to be able to make a call, and keep retrying as long as there's any sort of network related error, but stop retrying if the server was able to process and gave any other kind of error (e.g. receipt couldn't be validated, not enough currency, the microservice function had some sort of error, etc.)