package commons const ( // ExitCodeAppStopFailed указывает на ошибку остановки работы приложения. ExitCodeAppStopFailed = 2 )