public enum IrpErrorCode extends Enum<IrpErrorCode>
枚举常量和说明 |
---|
INTERNALERROR |
INVALIDPARAMETER |
INVALIDPARAMETERVALUE |
OPERATIONDENIED |
UNAUTHORIZEDOPERATION |
public static final IrpErrorCode INTERNALERROR
public static final IrpErrorCode INVALIDPARAMETER
public static final IrpErrorCode INVALIDPARAMETERVALUE
public static final IrpErrorCode OPERATIONDENIED
public static final IrpErrorCode UNAUTHORIZEDOPERATION
public static IrpErrorCode[] values()
for (IrpErrorCode c : IrpErrorCode.values()) System.out.println(c);
public static IrpErrorCode valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public String getValue()
Copyright © 2022. All rights reserved.