Skip to content

Instantly share code, notes, and snippets.

@mslepko
Created March 17, 2017 13:31
Show Gist options
  • Save mslepko/f3ed3d4de0edfb56cc671f7a834024b5 to your computer and use it in GitHub Desktop.
Save mslepko/f3ed3d4de0edfb56cc671f7a834024b5 to your computer and use it in GitHub Desktop.
# Return codes
OK=0
E_ARGS=1
E_INVALID=2
E_NOTEXIST=3
E_EXISTS=4
E_SUSPENDED=5
E_UNSUSPENDED=6
E_INUSE=7
E_LIMIT=8
E_PASSWORD=9
E_FORBIDEN=10
E_DISABLED=11
E_PARSING=12
E_DISK=13
E_LA=14
E_CONNECT=15
E_FTP=16
E_DB=17
E_RRD=18
E_UPDATE=19
E_RESTART=20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment