public enum TrpErrorCode extends Enum<TrpErrorCode>
| Enum Constant and Description | 
|---|
| AUTHFAILURE | 
| AUTHFAILURE_AGENTEXPIRED | 
| AUTHFAILURE_CORPEMPTY | 
| AUTHFAILURE_CORPEXPIRED | 
| FAILEDOPERATION | 
| INVALIDPARAMETER | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| static TrpErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TrpErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TrpErrorCode AUTHFAILURE
public static final TrpErrorCode AUTHFAILURE_AGENTEXPIRED
public static final TrpErrorCode AUTHFAILURE_CORPEMPTY
public static final TrpErrorCode AUTHFAILURE_CORPEXPIRED
public static final TrpErrorCode FAILEDOPERATION
public static final TrpErrorCode INVALIDPARAMETER
public static TrpErrorCode[] values()
for (TrpErrorCode c : TrpErrorCode.values()) System.out.println(c);
public static TrpErrorCode 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.