MANUAL: Use a table for exit codes.
This commit is contained in:
parent
054c30228d
commit
f03e8c2c6c
1 changed files with 25 additions and 23 deletions
48
MANUAL.txt
48
MANUAL.txt
|
@ -1373,29 +1373,31 @@ of the following options.
|
||||||
If pandoc completes successfully, it will return exit code 0.
|
If pandoc completes successfully, it will return exit code 0.
|
||||||
Nonzero exit codes have the following meanings:
|
Nonzero exit codes have the following meanings:
|
||||||
|
|
||||||
3 PandocFailOnWarningError
|
----- ------------------------------------
|
||||||
4 PandocAppError
|
3 `PandocFailOnWarningError`
|
||||||
5 PandocTemplateError
|
4 `PandocAppError`
|
||||||
6 PandocOptionError
|
5 `PandocTemplateError`
|
||||||
21 PandocUnknownReaderError
|
6 `PandocOptionError`
|
||||||
22 PandocUnknownWriterError
|
21 `PandocUnknownReaderError`
|
||||||
23 PandocUnsupportedExtensionError
|
22 `PandocUnknownWriterError`
|
||||||
31 PandocEpubSubdirectoryError
|
23 `PandocUnsupportedExtensionError`
|
||||||
43 PandocPDFError
|
31 `PandocEpubSubdirectoryError`
|
||||||
47 PandocPDFProgramNotFoundError
|
43 `PandocPDFError`
|
||||||
61 PandocHttpError
|
47 `PandocPDFProgramNotFoundError`
|
||||||
62 PandocShouldNeverHappenError
|
61 `PandocHttpError`
|
||||||
63 PandocSomeError
|
62 `PandocShouldNeverHappenError`
|
||||||
64 PandocParseError
|
63 `PandocSomeError`
|
||||||
65 PandocParsecError
|
64 `PandocParseError`
|
||||||
66 PandocMakePDFError
|
65 `PandocParsecError`
|
||||||
67 PandocSyntaxMapError
|
66 `PandocMakePDFError`
|
||||||
83 PandocFilterError
|
67 `PandocSyntaxMapError`
|
||||||
91 PandocMacroLoop
|
83 `PandocFilterError`
|
||||||
92 PandocUTF8DecodingError
|
91 `PandocMacroLoop`
|
||||||
93 PandocIpynbDecodingError
|
92 `PandocUTF8DecodingError`
|
||||||
97 PandocCouldNotFindDataFileError
|
93 `PandocIpynbDecodingError`
|
||||||
99 PandocResourceNotFound
|
97 `PandocCouldNotFindDataFileError`
|
||||||
|
99 `PandocResourceNotFound`
|
||||||
|
----- ------------------------------------
|
||||||
|
|
||||||
# Templates
|
# Templates
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue