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