.. _exit_codes: Process return code ------------------- The following exit code are produced when :ref:`S1Processor`, :ref:`S1LIAMap` or :ref:`S1IAMap` returns: .. list-table:: :widths: auto :header-rows: 1 :stub-columns: 1 * - Exit code - Description * - 0 - Execution successful * - 66 - Some OTB tasks could not be executed properly. See the final report in the main log. * - 67 - Downloading error. See the log produced. * - 68 - When offline S1 data could not be retrieved before the configured timeout, the associated S2 products will not be generated and this exit code will be used. See the log produced. If more critical errors occur, this exit will be superseded. * - 69 - .. todo:: Output disk full * - 70 - .. todo:: Cache disk full (when using option :option:`--cache-before-ortho `) * - 71 - An empty data safe has been found and needs to be removed so it can be fetched again. See the log produced. * - 72 - Error detected in the configuration file. See the log produced. * - 73 - While ``ALL`` Sentinel-2 tiles for which there exist an overlapping Sentinel-1 product have been :ref:`requested `, no Sentinel-1 product has been found in the :ref:`requested time range `. See the log produced. * - 74 - No Sentinel-1 product has been found that intersects the :ref:`requested Sentinel-2 tiles ` within the :ref:`requested time range `. If :ref:`downloading ` has been disabled, S1 products are searched in the :ref:`local input directory `. See the log produced. * - 75 - Cannot find all the :ref:`DEM products ` that cover the :ref:`requested Sentinel-2 tiles `. See the log produced. * - 76 - :ref:`Geoid file ` is missing, or the specified path is incorrect. See the log produced. * - 77 - Some processing cannot be done because external applications cannot be executed. Likely OTB and/or NORMLIM related applications aren't correctly installed. See the log produced. * - any other - Unknown error. It could be related to `Bash `_ or to `Python `_ reserved error codes.