public enum TmsErrorCode extends Enum<TmsErrorCode>
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static TmsErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TmsErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TmsErrorCode AUTHFAILURE
public static final TmsErrorCode INTERNALERROR
public static final TmsErrorCode INTERNALERROR_ERRTEXTTIMEOUT
public static final TmsErrorCode INVALIDPARAMETER
public static final TmsErrorCode INVALIDPARAMETER_ERRACTION
public static final TmsErrorCode INVALIDPARAMETER_ERRTEXTCONTENTLEN
public static final TmsErrorCode INVALIDPARAMETER_ERRTEXTCONTENTTYPE
public static final TmsErrorCode INVALIDPARAMETER_INVALIDPARAMETERCONTENT
public static final TmsErrorCode INVALIDPARAMETERVALUE
public static final TmsErrorCode INVALIDPARAMETERVALUE_ERRTEXTCONTENTTYPE
public static final TmsErrorCode INVALIDPARAMETERVALUE_INVALIDEVILCONTENT
public static final TmsErrorCode INVALIDPARAMETERVALUE_INVALIDEVILTYPE
public static final TmsErrorCode INVALIDPARAMETERVALUE_INVALIDREPORTEDACCOUNT
public static final TmsErrorCode INVALIDPARAMETERVALUE_INVALIDREPORTEDACCOUNTLENGTH
public static final TmsErrorCode INVALIDPARAMETERVALUE_INVALIDREPORTEDACCOUNTTYPE
public static final TmsErrorCode INVALIDPARAMETERVALUE_INVALIDSENDERACCOUNT
public static final TmsErrorCode INVALIDPARAMETERVALUE_INVALIDSENDERACCOUNTLENGTH
public static final TmsErrorCode INVALIDPARAMETERVALUE_INVALIDSENDERACCOUNTTYPE
public static final TmsErrorCode INVALIDPARAMETERVALUE_INVALIDSENDERIP
public static final TmsErrorCode LIMITEXCEEDED
public static final TmsErrorCode MISSINGPARAMETER
public static final TmsErrorCode RESOURCEINUSE
public static final TmsErrorCode RESOURCENOTFOUND
public static final TmsErrorCode UNAUTHORIZEDOPERATION_UNAUTHORIZED
public static TmsErrorCode[] values()
for (TmsErrorCode c : TmsErrorCode.values()) System.out.println(c);
public static TmsErrorCode 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 getValue()
Copyright © 2025. All rights reserved.