statuscodes.xml 718 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <table frame="all">
  2. <title>Numeric status codes</title>
  3. <tgroup cols="2">
  4. <thead>
  5. <row>
  6. <entry>Range</entry>
  7. <entry>Description</entry>
  8. </row>
  9. </thead>
  10. <tbody>
  11. <row>
  12. <entry>0</entry>
  13. <entry>success</entry>
  14. </row>
  15. <row>
  16. <entry>1-9</entry>
  17. <entry>reserved</entry>
  18. </row>
  19. <row>
  20. <entry>10-19</entry>
  21. <entry>invalid parameters</entry>
  22. </row>
  23. <row>
  24. <entry>20-29</entry>
  25. <entry>syntax errors</entry>
  26. </row>
  27. <row>
  28. <entry>30-99</entry>
  29. <entry>command-specific return codes</entry>
  30. </row>
  31. <row>
  32. <entry>100-109</entry>
  33. <entry>internal errors</entry>
  34. </row>
  35. <row>
  36. <entry>110-255</entry>
  37. <entry>reserved</entry>
  38. </row>
  39. </tbody>
  40. </tgroup>
  41. </table>