verify-index-exit-codes.xml revision 73adb2e3dbaa8a9f6448cefccb7933f68c3c7348
2454N/A<?xml version="1.0" encoding="UTF-8"?>
2887N/A<!--
2454N/A ! CDDL HEADER START
2454N/A !
2454N/A ! The contents of this file are subject to the terms of the
2454N/A ! Common Development and Distribution License, Version 1.0 only
2454N/A ! (the "License"). You may not use this file except in compliance
2454N/A ! with the License.
2454N/A !
2454N/A ! You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
2454N/A ! or http://forgerock.org/license/CDDLv1.0.html.
2454N/A ! See the License for the specific language governing permissions
2454N/A ! and limitations under the License.
2454N/A !
2454N/A ! When distributing Covered Code, include this CDDL HEADER in each
2454N/A ! file and include the License file at legal-notices/CDDLv1_0.txt.
2454N/A ! If applicable, add the following below this CDDL HEADER, with the
2454N/A ! fields enclosed by brackets "[]" replaced with your own identifying
2454N/A ! information:
2454N/A ! Portions Copyright [yyyy] [name of copyright owner]
2454N/A !
2454N/A ! CDDL HEADER END
2454N/A !
2454N/A ! Copyright 2015 ForgeRock AS.
2454N/A !
4618N/A-->
2454N/A<refsect1 xmlns="http://docbook.org/ns/docbook"
2454N/A version="5.0" xml:lang="en"
2454N/A xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2454N/A xsi:schemaLocation="http://docbook.org/ns/docbook
2454N/A http://docbook.org/xml/5.0/xsd/docbook.xsd">
4618N/A <title>Exit Codes</title>
2454N/A
2454N/A <variablelist>
2454N/A <varlistentry>
2454N/A <term>0</term>
2454N/A <listitem>
2454N/A <para>
4618N/A The command completed successfully.
4618N/A </para>
4618N/A </listitem>
4618N/A </varlistentry>
4618N/A
4618N/A <varlistentry>
4618N/A <term>1</term>
3154N/A <listitem>
3154N/A <para>
3188N/A The command was run in non-interactive mode, but could not complete
3188N/A because confirmation was required to run a long or critical task.
3188N/A </para>
3188N/A
3188N/A <para>
3188N/A See the error message or the log for details.
3188N/A </para>
3188N/A </listitem>
3188N/A </varlistentry>
3188N/A
2454N/A <varlistentry>
3188N/A <term>0-255</term>
3188N/A <listitem>
3188N/A <para>
2454N/A The number of errors in the index, as indicated
3188N/A for the <option>--countErrors</option> option.
3188N/A </para>
2454N/A </listitem>
2454N/A </varlistentry>
2454N/A </variablelist>
2454N/A</refsect1>
2454N/A