Mercurial > libervia-backend
changeset 3433:63d20854df3a
core (constants): added EXIT_CONFLICT
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 04 Dec 2020 12:30:46 +0100 |
parents | d9955bb10d15 |
children | c84c54c6b046 |
files | sat/core/constants.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/core/constants.py Fri Dec 04 12:30:00 2020 +0100 +++ b/sat/core/constants.py Fri Dec 04 12:30:46 2020 +0100 @@ -386,6 +386,7 @@ EXIT_NOT_FOUND = 16 # an item required by a command was not found EXIT_DATA_ERROR = 17 # data needed for a command is invalid EXIT_MISSING_FEATURE = 18 # a needed plugin or feature is not available + EXIT_CONFLICT = 19 # an item already exists EXIT_USER_CANCELLED = 20 # user cancelled action EXIT_INTERNAL_ERROR = 111 # unexpected error EXIT_FILE_NOT_EXE = (