public static enum ServiceFault.Details.FaultCode extends Enum<ServiceFault.Details.FaultCode>
Enum Constant and Description |
---|
BAD_REQUEST |
OVER_LIMIT_SETTING |
PROVISIONING_IN_PROCESS |
PROVISIONING_NO_CHANGES |
RESOURCE_DELETED |
RESOURCE_NOT_FOUND |
SERVER_EXCEED_CAPACITY |
SERVICE_UNAVAILABLE |
UNAUTHORIZED |
UNEXPECTED |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
static ServiceFault.Details.FaultCode |
fromValue(String v) |
static ServiceFault.Details.FaultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceFault.Details.FaultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceFault.Details.FaultCode BAD_REQUEST
public static final ServiceFault.Details.FaultCode UNEXPECTED
public static final ServiceFault.Details.FaultCode UNAUTHORIZED
public static final ServiceFault.Details.FaultCode RESOURCE_NOT_FOUND
public static final ServiceFault.Details.FaultCode RESOURCE_DELETED
public static final ServiceFault.Details.FaultCode PROVISIONING_IN_PROCESS
public static final ServiceFault.Details.FaultCode PROVISIONING_NO_CHANGES
public static final ServiceFault.Details.FaultCode OVER_LIMIT_SETTING
public static final ServiceFault.Details.FaultCode SERVER_EXCEED_CAPACITY
public static final ServiceFault.Details.FaultCode SERVICE_UNAVAILABLE
public static final ServiceFault.Details.FaultCode UNRECOGNIZED
public static ServiceFault.Details.FaultCode[] values()
for (ServiceFault.Details.FaultCode c : ServiceFault.Details.FaultCode.values()) System.out.println(c);
public static ServiceFault.Details.FaultCode 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 ServiceFault.Details.FaultCode fromValue(String v)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.