]> git.donarmstrong.com Git - debian/debian-policy.git/blobdiff - debconf_spec/include/statuscodes.xml
* There have been numerous changes since the last major change, and
[debian/debian-policy.git] / debconf_spec / include / statuscodes.xml
diff --git a/debconf_spec/include/statuscodes.xml b/debconf_spec/include/statuscodes.xml
new file mode 100644 (file)
index 0000000..060d273
--- /dev/null
@@ -0,0 +1,41 @@
+<table frame="all">
+<title>Numeric status codes</title>
+<tgroup cols="2">
+       <thead>
+               <row>
+                       <entry>Range</entry>
+                       <entry>Description</entry>
+               </row>
+       </thead>
+       <tbody>
+               <row>
+                       <entry>0</entry>
+                       <entry>success</entry>
+               </row>
+               <row>
+                       <entry>1-9</entry>
+                       <entry>reserved</entry>
+               </row>
+               <row>
+                       <entry>10-19</entry>
+                       <entry>invalid parameters</entry>
+               </row>
+               <row>
+                       <entry>20-29</entry>
+                       <entry>syntax errors</entry>
+               </row>
+               <row>
+                       <entry>30-99</entry>
+                       <entry>command-specific return codes</entry>
+               </row>
+               <row>
+                       <entry>100-109</entry>
+                       <entry>internal errors</entry>
+               </row>
+               <row>
+                       <entry>110-255</entry>
+                       <entry>reserved</entry>
+               </row>
+       </tbody>
+</tgroup>
+</table>