etr  4.0-pre
Static Public Attributes | List of all members
etr.result.ExitCode Class Reference

Application exit codes Codes are ordered by severity such that the highest number is reported. More...

Inheritance diagram for etr.result.ExitCode:

Static Public Attributes

int SUCCESS = 0
 
int COMMAND_FAILURE = 126
 
int COMMAND_ERROR = 127
 
int ABORTED = 254
 
int INTERNAL_ERROR = 255
 

Detailed Description

Application exit codes Codes are ordered by severity such that the highest number is reported.

Member Data Documentation

◆ ABORTED

int etr.result.ExitCode.ABORTED = 254
static

◆ COMMAND_ERROR

int etr.result.ExitCode.COMMAND_ERROR = 127
static

◆ COMMAND_FAILURE

int etr.result.ExitCode.COMMAND_FAILURE = 126
static

◆ INTERNAL_ERROR

int etr.result.ExitCode.INTERNAL_ERROR = 255
static

◆ SUCCESS

int etr.result.ExitCode.SUCCESS = 0
static

The documentation for this class was generated from the following file: