Complete list of Appfarm Error Codes

Does a complete list of Appfarm Error Codes exist? I tried asking the AI, and it seems to be limited to the same list as in the docs: Catch exception | Appfarm Documentation.

An example of a code that is missing is 112, message: “Caused by :: Write conflict during plan execution and yielding is disabled. :: Please retry your operation or multi-document transaction.

Does “Server did not respond in time” on a persist node have a defined error I can catch?

Hi!

The list of defined errors has been updated with a more comprehensive overview: Catch Exception | Appfarm Documentation

The 112 error code does not actually come from Appfarm, but is passed on from MongoDB, you can check out their error code docs here.

The Server did not respond in time lacks a defined error code, so we have registered an issue about that.