public enum PtsErrorCode extends Enum<PtsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static PtsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PtsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PtsErrorCode AUTHFAILURE
public static final PtsErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
public static final PtsErrorCode FAILEDOPERATION
public static final PtsErrorCode FAILEDOPERATION_ACCESSTAGFAIL
public static final PtsErrorCode FAILEDOPERATION_DBQUERYFAILED
public static final PtsErrorCode FAILEDOPERATION_DBRECORDCREATEFAILED
public static final PtsErrorCode FAILEDOPERATION_DBRECORDUPDATEFAILED
public static final PtsErrorCode FAILEDOPERATION_JOBSTATUSNOTRUNNING
public static final PtsErrorCode FAILEDOPERATION_NOTASKSINJOB
public static final PtsErrorCode FAILEDOPERATION_NOTSUPPORTEDINENV
public static final PtsErrorCode FAILEDOPERATION_RESOURCENOTFOUND
public static final PtsErrorCode FAILEDOPERATION_SENDREQUEST
public static final PtsErrorCode INTERNALERROR
public static final PtsErrorCode INVALIDPARAMETER
public static final PtsErrorCode INVALIDPARAMETERVALUE
public static final PtsErrorCode LIMITEXCEEDED
public static final PtsErrorCode RESOURCENOTFOUND
public static final PtsErrorCode UNAUTHORIZEDOPERATION
public static PtsErrorCode[] values()
for (PtsErrorCode c : PtsErrorCode.values()) System.out.println(c);
public static PtsErrorCode 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.