EngineErrorCodes: Bold text for headers
authorWuzzy
Sun, 15 Jul 2018 16:04:57 +0100
changeset 1468 cb87eed7b3d9
parent 1467 d1e1cd742563
child 1469 2bec529b425b
EngineErrorCodes: Bold text for headers
EngineErrorCodes.wiki
--- a/EngineErrorCodes.wiki	Sun Jul 15 16:04:27 2018 +0100
+++ b/EngineErrorCodes.wiki	Sun Jul 15 16:04:57 2018 +0100
@@ -5,7 +5,7 @@
 = List of engine error codes =
 This is the list of all possible error codes:
 
-|| Exit code || Meaning || Description || Solution ||
+|| *Exit code* || *Meaning* || *Description* || *Solution* ||
 || 0 || No error || Engine exited normally || N/A ||
 || 51 || Usage error || The engine was launched with invalid command line arguments || Check your command-line arguments. Use `hwengine --help` for a list ||
 || 52 || Fatal error || Generic error for critical errors. Commonly happens when a critical file like an image was not found || Check the error message or the end of `Logs/game0.log` in your [http://hedgewars.org/wiki/User_directory user directory] for clues ||
@@ -16,7 +16,7 @@
 = Error codes when performing engine test cases =
 When the engine is used to perform [EngineTestCases test cases], the follwing additional codes are used:
 
-|| Exit code || Meaning || Solution ||
+|| *Exit code* || *Meaning* || *Solution* ||
 || 0 || Test succeeded || N/A ||
 || 60 || Test failed || Fix the engine ||
 || 61 || Lua error in test case || Fix the Lua code of the test case ||