Variable: ExitCode
constExitCode:object
Enumeration of all possible exit codes returned by an application.
Type declaration
CommandLoadError
readonlyCommandLoadError:-2=-2
Failed to load command module.
CommandRunError
readonlyCommandRunError:1=1
Command module unexpectedly threw an error.
ContextLoadError
readonlyContextLoadError:-3=-3
An error was thrown while loading the context for a command run.
InternalError
readonlyInternalError:-1=-1
An unexpected error was thrown by or not caught by this library.
InvalidArgument
readonlyInvalidArgument:-4=-4
Unable to parse the specified arguments.
Success
readonlySuccess:0=0
Command executed successfully.
UnknownCommand
readonlyUnknownCommand:-5=-5
Unable to find a command in the application with the given command line arguments.