public enum CsipErrorCode extends Enum<CsipErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CsipErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsipErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CsipErrorCode AUTHFAILURE
public static final CsipErrorCode DRYRUNOPERATION
public static final CsipErrorCode FAILEDOPERATION
public static final CsipErrorCode INTERNALERROR
public static final CsipErrorCode INVALIDPARAMETER
public static final CsipErrorCode INVALIDPARAMETERVALUE
public static final CsipErrorCode LIMITEXCEEDED
public static final CsipErrorCode MISSINGPARAMETER
public static final CsipErrorCode OPERATIONDENIED
public static final CsipErrorCode REQUESTLIMITEXCEEDED
public static final CsipErrorCode RESOURCEINUSE
public static final CsipErrorCode RESOURCEINSUFFICIENT
public static final CsipErrorCode RESOURCENOTFOUND
public static final CsipErrorCode RESOURCEUNAVAILABLE
public static final CsipErrorCode RESOURCESSOLDOUT
public static final CsipErrorCode UNAUTHORIZEDOPERATION
public static final CsipErrorCode UNKNOWNPARAMETER
public static final CsipErrorCode UNSUPPORTEDOPERATION
public static CsipErrorCode[] values()
for (CsipErrorCode c : CsipErrorCode.values()) System.out.println(c);
public static CsipErrorCode 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.