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 |
Çıkılması mümkün olan hata kodları.
Özet
Enum değerleri | |
---|---|
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
|
Genel yöntemler | |
---|---|
int | getCodeValue () |
static CommandRunner.ExitCode | valueOf (String name) |
static final ExitCode[] | values () |
Enum değerleri
CONFIG_EXCEPTION
public static final CommandRunner.ExitCode CONFIG_EXCEPTION
DEVICE_UNAVAILABLE
public static final CommandRunner.ExitCode DEVICE_UNAVAILABLE
DEVICE_UNRESPONSIVE
public static final CommandRunner.ExitCode DEVICE_UNRESPONSIVE
FATAL_HOST_ERROR
public static final CommandRunner.ExitCode FATAL_HOST_ERROR
NO_BUILD
public static final CommandRunner.ExitCode NO_BUILD
NO_DEVICE_ALLOCATED
public static final CommandRunner.ExitCode NO_DEVICE_ALLOCATED
HATA YOK
public static final CommandRunner.ExitCode NO_ERROR
THROWABLE_EXCEPTION
public static final CommandRunner.ExitCode THROWABLE_EXCEPTION
Genel yöntemler
getCodeValue
public int getCodeValue ()
İadeler | |
---|---|
int |
değeri
public static CommandRunner.ExitCode valueOf (String name)
parametreler | |
---|---|
name | String |
İadeler | |
---|---|
CommandRunner.ExitCode |
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-04-28 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"İhtiyacım olan bilgiler yok"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Çok karmaşık / çok fazla adım var"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Güncel değil"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Çeviri sorunu"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Örnek veya kod sorunu"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Diğer"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Anlaması kolay"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Sorunumu çözdü"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Diğer"
}]