public static enum ReportRequestInfo.ErrorCause extends java.lang.Enum<ReportRequestInfo.ErrorCause>
| Enum Constant and Description |
|---|
application |
auth |
internal |
service_control |
| Modifier and Type | Method and Description |
|---|---|
static ReportRequestInfo.ErrorCause |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReportRequestInfo.ErrorCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportRequestInfo.ErrorCause internal
public static final ReportRequestInfo.ErrorCause application
public static final ReportRequestInfo.ErrorCause auth
public static final ReportRequestInfo.ErrorCause service_control
public static ReportRequestInfo.ErrorCause[] values()
for (ReportRequestInfo.ErrorCause c : ReportRequestInfo.ErrorCause.values()) System.out.println(c);
public static ReportRequestInfo.ErrorCause valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null