public enum McRptStatus extends Enum<McRptStatus>
| Modifier and Type | Field and Description |
|---|---|
static String |
INTERNAL_ERROR |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getReasons() |
String |
getStatus() |
static String |
getStatus(String reason) |
static McRptStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McRptStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final McRptStatus ILLEGAL_SIGN_ID
public static final McRptStatus ILLEGAL_TEMPLATE_ID
public static final McRptStatus ERR_MOULD_DAILY_MAX_ZER0
public static final McRptStatus PARAMS_NOT_MATCH
public static final McRptStatus ERR_SENSITIVE_WORD
public static final McRptStatus ERR_GLOBAL_BLACK_LIST
public static final McRptStatus ERR_EC_BLACK_LIST
public static final McRptStatus NO_SIGN_ID
public static final McRptStatus ILLEGAL_AP
public static final McRptStatus LMS_DISABLED
public static final McRptStatus ILLEGAL_LMS
public static final McRptStatus INVALID_MESSAGE
public static final McRptStatus ROUTE_NOT_FOUND
public static final McRptStatus NO_OT_SIGN
public static final McRptStatus INVALID_USR_OR_PWD
public static final McRptStatus TOO_MANY_MOBILES
public static final McRptStatus CONFLICT_SIGN_ID
public static final McRptStatus ERR_LABS_SENSITIVE_WORD
public static final McRptStatus PREPAY_BALANCE_ZERO
public static final McRptStatus ERR_SENDER_NOT_STARTED
public static final McRptStatus PREPAY_OPER_ERR
public static final McRptStatus REQUEST_TIMEOUT
public static final String INTERNAL_ERROR
public static McRptStatus[] values()
for (McRptStatus c : McRptStatus.values()) System.out.println(c);
public static McRptStatus 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 String getStatus()
public String[] getReasons()
Copyright © 2023. All rights reserved.