bunker/commons/exit_codes.go
Stanislav N. aka pztrn e3b9c9ae40
Some checks failed
Linting and tests / Linting (push) Failing after 5s
Linting and tests / Tests (push) Failing after 4s
The very basic client app, not adapted for mobiles.
2025-09-10 19:34:49 +05:00

7 lines
171 B
Go

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