module Nucleus::ExitCodes

ExitCodes describe why the application failed and was stopped.

Codes beginning with _ stand for _:

1xx => Startup failed

Constants

INVALID_SSH_KEY

Invalid key, invalid or not of format ssh-rsa OpenSSH

INVALID_SSH_KEY_FILE

Custom SSH key was specified in the options but could not be loaded

INVALID_SSH_KEY_FILE_PROTECTED

Invalid private key, we can only accept private keys without a passphrase

STARTUP_ERROR

Unidentified startup error