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


Kode error yang memungkinkan Anda keluar.

Ringkasan

Nilai 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

 

Metode publik

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

Nilai enum

PENGECUALIAN_KONFIGURASI

public static final CommandRunner.ExitCode CONFIG_EXCEPTION

PERANGKAT_TIDAK TERSEDIA

public static final CommandRunner.ExitCode DEVICE_UNAVAILABLE

PERANGKAT_TIDAK RESPONSIF

public static final CommandRunner.ExitCode DEVICE_UNRESPONSIVE

KESALAHAN_HOST_HOST_FATAL

public static final CommandRunner.ExitCode FATAL_HOST_ERROR

TIDAK_BUILD

public static final CommandRunner.ExitCode NO_BUILD

TIDAK ADA_PERANGKAT_ALLOCATED

public static final CommandRunner.ExitCode NO_DEVICE_ALLOCATED

NO_ERROR

public static final CommandRunner.ExitCode NO_ERROR

THROWABLE_EXCEPTION

public static final CommandRunner.ExitCode THROWABLE_EXCEPTION

VERSI_JAVA_SALAH

public static final CommandRunner.ExitCode WRONG_JAVA_VERSION

Metode publik

getCodeValue

public int getCodeValue ()

Hasil
int

nilai

public static CommandRunner.ExitCode valueOf (String name)

Parameter
name String

Hasil
CommandRunner.ExitCode

nilai-nilai

public static final ExitCode[] values ()

Hasil
ExitCode[]