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 INTERNALERROR_ERRTEXTTIMEOUT
public static final TmsErrorCode INVALIDPARAMETER_ERRACTION
public static final TmsErrorCode INVALIDPARAMETER_ERRTEXTCONTENTLEN
public static final TmsErrorCode INVALIDPARAMETER_ERRTEXTCONTENTTYPE
public static final TmsErrorCode INVALIDPARAMETER_PARAMETERERROR
public static final TmsErrorCode INVALIDPARAMETERVALUE_ERRFILECONTENT
public static final TmsErrorCode INVALIDPARAMETERVALUE_ERRTEXTCONTENTLEN
public static final TmsErrorCode INVALIDPARAMETERVALUE_ERRTEXTCONTENTTYPE
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 © 2024. All rights reserved.