Mercurial > libervia-backend
comparison sat/core/constants.py @ 3433:63d20854df3a
core (constants): added EXIT_CONFLICT
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 04 Dec 2020 12:30:46 +0100 |
parents | 4c15271118a2 |
children | be6d91572633 |
comparison
equal
deleted
inserted
replaced
3432:d9955bb10d15 | 3433:63d20854df3a |
---|---|
384 EXIT_BRIDGE_ERROR = 3 # can't connect to bridge | 384 EXIT_BRIDGE_ERROR = 3 # can't connect to bridge |
385 EXIT_BRIDGE_ERRBACK = 4 # something went wrong when calling a bridge method | 385 EXIT_BRIDGE_ERRBACK = 4 # something went wrong when calling a bridge method |
386 EXIT_NOT_FOUND = 16 # an item required by a command was not found | 386 EXIT_NOT_FOUND = 16 # an item required by a command was not found |
387 EXIT_DATA_ERROR = 17 # data needed for a command is invalid | 387 EXIT_DATA_ERROR = 17 # data needed for a command is invalid |
388 EXIT_MISSING_FEATURE = 18 # a needed plugin or feature is not available | 388 EXIT_MISSING_FEATURE = 18 # a needed plugin or feature is not available |
389 EXIT_CONFLICT = 19 # an item already exists | |
389 EXIT_USER_CANCELLED = 20 # user cancelled action | 390 EXIT_USER_CANCELLED = 20 # user cancelled action |
390 EXIT_INTERNAL_ERROR = 111 # unexpected error | 391 EXIT_INTERNAL_ERROR = 111 # unexpected error |
391 EXIT_FILE_NOT_EXE = ( | 392 EXIT_FILE_NOT_EXE = ( |
392 126 | 393 126 |
393 ) # a file to be executed was found, but it was not an executable utility (cf. man 1 exit) | 394 ) # a file to be executed was found, but it was not an executable utility (cf. man 1 exit) |