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