CommandRunner.ExitCode

public static final enum CommandRunner.ExitCode
extends Enum<CommandRunner.ExitCode>

java.lang.Object
java.lang.Enum<com.android.tradefed.command.CommandRunner.ExitCode>
  com.android.tradefed.command.CommandRunner.ExitCode


ऐसे गड़बड़ी कोड जिनसे बाहर निकला जा सकता है.

खास जानकारी

Enum वैल्यू

CommandRunner.ExitCode  CONFIG_EXCEPTION

 

CommandRunner.ExitCode  DEVICE_UNAVAILABLE

 

CommandRunner.ExitCode  DEVICE_UNRESPONSIVE

 

CommandRunner.ExitCode  FATAL_HOST_ERROR

 

CommandRunner.ExitCode  NO_BUILD

 

CommandRunner.ExitCode  NO_DEVICE_ALLOCATED

 

CommandRunner.ExitCode  NO_ERROR

 

CommandRunner.ExitCode  THROWABLE_EXCEPTION

 

CommandRunner.ExitCode  WRONG_JAVA_VERSION

 

सार्वजनिक तरीके

int getCodeValue()
static CommandRunner.ExitCode valueOf(String name)
static final ExitCode[] values()

Enum वैल्यू

CONFIG_EXCEPTION

public static final CommandRunner.ExitCode CONFIG_EXCEPTION

डिवाइस उपलब्ध नहीं है

public static final CommandRunner.ExitCode DEVICE_UNAVAILABLE

डिवाइस का जवाब नहीं दिया जा रहा है

public static final CommandRunner.ExitCode DEVICE_UNRESPONSIVE

FATAL_Host_ERROR

public static final CommandRunner.ExitCode FATAL_HOST_ERROR

एनओ_बिल्ड

public static final CommandRunner.ExitCode NO_BUILD

NO_DEVICE_ALLOCATED

public static final CommandRunner.ExitCode NO_DEVICE_ALLOCATED

कोई गड़बड़ी नहीं

public static final CommandRunner.ExitCode NO_ERROR

आगे बढ़ने का खतरा

public static final CommandRunner.ExitCode THROWABLE_EXCEPTION

WRONG_JAVA_वर्शन

public static final CommandRunner.ExitCode WRONG_JAVA_VERSION

सार्वजनिक तरीके

getCodeValue

public int getCodeValue ()

रिटर्न
int

वैल्यू ऑफ़

public static CommandRunner.ExitCode valueOf (String name)

पैरामीटर
name String

रिटर्न
CommandRunner.ExitCode

मान

public static final ExitCode[] values ()

रिटर्न
ExitCode[]