public enum ResponseBasedDetectedErrorTypes extends Enum<ResponseBasedDetectedErrorTypes>
| Enum Constant and Description |
|---|
NONE
Enum value None.
|
TCP_AND_HTTP_ERRORS
Enum value TcpAndHttpErrors.
|
TCP_ERRORS_ONLY
Enum value TcpErrorsOnly.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponseBasedDetectedErrorTypes |
fromString(String value)
Parses a serialized value to a ResponseBasedDetectedErrorTypes instance.
|
String |
toString() |
static ResponseBasedDetectedErrorTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseBasedDetectedErrorTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseBasedDetectedErrorTypes NONE
public static final ResponseBasedDetectedErrorTypes TCP_ERRORS_ONLY
public static final ResponseBasedDetectedErrorTypes TCP_AND_HTTP_ERRORS
public static ResponseBasedDetectedErrorTypes[] values()
public static ResponseBasedDetectedErrorTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ResponseBasedDetectedErrorTypes fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<ResponseBasedDetectedErrorTypes>Copyright © 2020 Microsoft Corporation. All rights reserved.