Пытаюсь настроить и разобраться в разделе программы supervisord. В руководстве указан один из вариантов: exitcodes
exitcodes
The list of “expected” exit codes for this program.
If the autorestart parameter is set to unexpected,
and the process exits in any other way than as a
result of a supervisor stop request, supervisord
will restart the process if it exits with an exit
code that is not defined in this list.
Default: 0,2
Required: No.
Introduced: 3.0
Где я могу найти ссылку на каждый доступный код выхода?