mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-21 16:38:54 +02:00
* Added an 'RDApplication::ExitCode'. * Implemented 'RDApplication::ExitCode' in rdimport(1). * Implemented 'RDApplication::ExitCode' in rdlogmanager(1). * Implemented 'RDApplication::ExitCode' in rdservice(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
33 lines
1.8 KiB
XML
33 lines
1.8 KiB
XML
<!--
|
|
This is the full set of defined exit codes in Rivendell
|
|
A subset of these should go in each man page.
|
|
-->
|
|
<refsect1 id='exit_values'><title>Exit Values</title>
|
|
<para>
|
|
<segmentedlist>
|
|
<?dbhtml list-presentation="tabular"?>
|
|
<?dbfo list-presentation="tabular"?>
|
|
<segtitle></segtitle>
|
|
<segtitle></segtitle>
|
|
<seglistitem><seg>0</seg><seg>Normal exit</seg></seglistitem>
|
|
<seglistitem><seg>1</seg><seg>Prior instance already running</seg></seglistitem>
|
|
<seglistitem><seg>2</seg><seg>Unable to open database</seg></seglistitem>
|
|
<seglistitem><seg>3</seg><seg>Unable to start a service component</seg></seglistitem>
|
|
<seglistitem><seg>4</seg><seg>Unknown/invalid command line option</seg></seglistitem>
|
|
<seglistitem><seg>5</seg><seg>Unable to overwrite output [-P given]</seg></seglistitem>
|
|
<seglistitem><seg>6</seg><seg>No such service</seg></seglistitem>
|
|
<seglistitem><seg>7</seg><seg>No such log</seg></seglistitem>
|
|
<seglistitem><seg>8</seg><seg>No such report</seg></seglistitem>
|
|
<seglistitem><seg>9</seg><seg>Log generation failed</seg></seglistitem>
|
|
<seglistitem><seg>10</seg><seg>Schedule import failed</seg></seglistitem>
|
|
<seglistitem><seg>11</seg><seg>Insufficient permissions</seg></seglistitem>
|
|
<seglistitem><seg>12</seg><seg>Report generation failed</seg></seglistitem>
|
|
<seglistitem><seg>13</seg><seg>One or more audio imports failed</seg></seglistitem>
|
|
<seglistitem><seg>14</seg><seg>Unknown dropbox ID</seg></seglistitem>
|
|
<seglistitem><seg>15</seg><seg>No such group</seg></seglistitem>
|
|
<seglistitem><seg>16</seg><seg>Invalid cart number</seg></seglistitem>
|
|
<seglistitem><seg>17</seg><seg>No such scheduler code</seg></seglistitem>
|
|
</segmentedlist>
|
|
</para>
|
|
</refsect1>
|