public enum WeilingwithErrorCode extends Enum<WeilingwithErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static WeilingwithErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeilingwithErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WeilingwithErrorCode AUTHFAILURE_APIAUTHORIZATIONNOTFOUND
public static final WeilingwithErrorCode AUTHFAILURE_TOKENNOTFOUND
public static final WeilingwithErrorCode INTERNALERROR
public static final WeilingwithErrorCode INTERNALERROR_APIGATEWAYINTERNALERROR
public static final WeilingwithErrorCode INTERNALERROR_APPAPINOSPACEPERMISSION
public static final WeilingwithErrorCode INTERNALERROR_UNKNOWNERROR
public static final WeilingwithErrorCode INVALIDPARAMETER
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDAPPLICATIONID
public static final WeilingwithErrorCode INVALIDPARAMETERVALUE_INVALIDWORKSPACEID
public static WeilingwithErrorCode[] values()
for (WeilingwithErrorCode c : WeilingwithErrorCode.values()) System.out.println(c);
public static WeilingwithErrorCode 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 © 2023. All rights reserved.