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

ข้อยกเว้นการกำหนดค่า

public static final CommandRunner.ExitCode CONFIG_EXCEPTION

DEVICE_ไม่มีให้บริการ

public static final CommandRunner.ExitCode DEVICE_UNAVAILABLE

อุปกรณ์ไม่ตอบกลับ

public static final CommandRunner.ExitCode DEVICE_UNRESPONSIVE

ข้อผิดพลาดเนื่องจากFATAL_HOST

public static final CommandRunner.ExitCode FATAL_HOST_ERROR

ไม่มีรุ่น

public static final CommandRunner.ExitCode NO_BUILD

ไม่มีอุปกรณ์ทั้งหมด

public static final CommandRunner.ExitCode NO_DEVICE_ALLOCATED

ไม่มีข้อผิดพลาด

public static final CommandRunner.ExitCode NO_ERROR

ข้อยกเว้นใช้ไม่ได้

public static final CommandRunner.ExitCode THROWABLE_EXCEPTION

เวอร์ชันที่ไม่ถูกต้อง

public static final CommandRunner.ExitCode WRONG_JAVA_VERSION

วิธีการสาธารณะ

ค่า getCode

public int getCodeValue ()

คิกรีเทิร์น
int

ค่าของ

public static CommandRunner.ExitCode valueOf (String name)

พารามิเตอร์
name String

คิกรีเทิร์น
CommandRunner.ExitCode

ค่า

public static final ExitCode[] values ()

คิกรีเทิร์น
ExitCode[]