Module: Nucleus::ExitCodes

Defined in:
lib/nucleus/core/common/exit_codes.rb

Overview

ExitCodes describe why the application failed and was stopped.

Codes beginning with _ stand for _:

1xx => Startup failed

Constant Summary collapse

STARTUP_ERROR =

Unidentified startup error

100
INVALID_SSH_KEY_FILE =

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

101
INVALID_SSH_KEY =

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

102
INVALID_SSH_KEY_FILE_PROTECTED =

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

103