private static enum AzureTelemeter.ErrorType extends Enum<AzureTelemeter.ErrorType>
| Enum Constant and Description |
|---|
serviceError |
systemError |
toolError |
unclassifiedError |
userError |
| Modifier and Type | Method and Description |
|---|---|
static AzureTelemeter.ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AzureTelemeter.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AzureTelemeter.ErrorType userError
public static final AzureTelemeter.ErrorType systemError
public static final AzureTelemeter.ErrorType serviceError
public static final AzureTelemeter.ErrorType toolError
public static final AzureTelemeter.ErrorType unclassifiedError
public static AzureTelemeter.ErrorType[] values()
for (AzureTelemeter.ErrorType c : AzureTelemeter.ErrorType.values()) System.out.println(c);
public static AzureTelemeter.ErrorType 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 nullCopyright © 2021. All rights reserved.