Error code reference - VanaDev/Vana GitHub Wiki

Error codes occur when an application exits with a status other than 0. These can help diagnose problems. Since you don't see the symbolic constant from the exit (all you see is an integer), there are some comments for easy searching in the source. So you can search exit(4) for example and it'll take you directly to the spot where the symbolic constants are defined.

Often std::cerr will be populated by additional information related to the error code.

Error Codes

⚠️ **GitHub.com Fallback** ⚠️