-
Notifications
You must be signed in to change notification settings - Fork 34
Exit Codes
Andrea Tedeschi edited this page Jan 17, 2021
·
4 revisions
- All OK
- Generic Errors
- All errors not listed below
- Command Line Arguments Create Conflicts
- Two or more arguments that can not work together have been passed, or have values that generates errors
- Invalid Token
- Invalid format, Invalid base64 encoding, etc...
- Missing Argument
- An argument that requires another one to work has been passed alone
- Invalid Option Syntax
- An error in the syntax of one or more options e.g. -p argument is not a key:value pair
- Invalid Option Argument
- One or more options have a correct syntax, but generates errors e.g. --remove-from is a key:value pair (so the syntax is ok) but you are trying to remove a non existing claim
- File Does Not Exists
- Connection Errors
- Missing Dependencies
- Run ./install.sh or install requirements via pip in order to solve
- Two or More Exit Codes
- Conditions for two or more exit codes occurred or can not identify which one has