Updated Exit Code Mappings (markdown)

master
Martin Kruliš 7 years ago
parent ccf4ee9f37
commit bd075bafb8

@ -2,6 +2,10 @@
For particular runtime environments ReCodEx can provide mappings of result codes to some custom messages. This is possible for example for Java or C# where there can be custom wrappers/runners which might catch exceptions and then provide users more detailed information about evaluations. For particular runtime environments ReCodEx can provide mappings of result codes to some custom messages. This is possible for example for Java or C# where there can be custom wrappers/runners which might catch exceptions and then provide users more detailed information about evaluations.
## Free Pascal
Actually, the FPC itself returns a specific code when a runtime error is encountered. All exit codes on the runtime errors list are translated into corresponding strings according to FPC documentation: [https://www.freepascal.org/docs-html/user/userap4.html](https://www.freepascal.org/docs-html/user/userap4.html)
## Java ## Java
Runner: https://github.com/ReCodEx/utils/blob/master/runners/java/javarun.java Runner: https://github.com/ReCodEx/utils/blob/master/runners/java/javarun.java

Loading…
Cancel
Save