public enum BpaasErrorCode extends Enum<BpaasErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static BpaasErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BpaasErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BpaasErrorCode FAILEDOPERATION
public static final BpaasErrorCode FAILEDOPERATION_SENDTOCKAFKA
public static final BpaasErrorCode INTERNALERROR_CAUTHERROR
public static final BpaasErrorCode INTERNALERROR_DBERROR
public static final BpaasErrorCode INVALIDPARAMETER_HASBEENAPPROVED
public static final BpaasErrorCode INVALIDPARAMETER_IDNOTEXIST
public static final BpaasErrorCode INVALIDPARAMETER_ILLEGALNODE
public static final BpaasErrorCode UNAUTHORIZEDOPERATION_PERMISSIONDENIED
public static BpaasErrorCode[] values()
for (BpaasErrorCode c : BpaasErrorCode.values()) System.out.println(c);
public static BpaasErrorCode 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.