public enum ErrorType extends Enum<ErrorType>
| Enum Constant and Description |
|---|
AIS_400 |
AIS_401 |
AIS_403 |
AIS_404 |
AIS_405 |
AIS_406 |
AIS_415 |
AIS_429 |
AIS_500 |
PIIS_400 |
PIIS_401 |
PIIS_403 |
PIIS_404 |
PIIS_405 |
PIIS_409 |
PIIS_415 |
PIIS_429 |
PIIS_500 |
PIS_400 |
PIS_401 |
PIS_403 |
PIS_404 |
PIS_405 |
PIS_409 |
PIS_415 |
PIS_500 |
PIS_CANC_405 |
SB_400 |
SB_401 |
SB_403 |
SB_404 |
SB_405 |
SB_409 |
SB_415 |
SB_500 |
| Modifier and Type | Method and Description |
|---|---|
static Optional<ErrorType> |
getByServiceTypeAndErrorCode(ServiceType serviceType,
int errorCode) |
static ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorType PIS_400
public static final ErrorType PIS_401
public static final ErrorType PIS_403
public static final ErrorType PIS_404
public static final ErrorType PIS_405
public static final ErrorType PIS_409
public static final ErrorType PIS_415
public static final ErrorType PIS_500
public static final ErrorType PIS_CANC_405
public static final ErrorType PIIS_400
public static final ErrorType PIIS_401
public static final ErrorType PIIS_403
public static final ErrorType PIIS_404
public static final ErrorType PIIS_405
public static final ErrorType PIIS_409
public static final ErrorType PIIS_415
public static final ErrorType PIIS_429
public static final ErrorType PIIS_500
public static final ErrorType AIS_400
public static final ErrorType AIS_401
public static final ErrorType AIS_403
public static final ErrorType AIS_404
public static final ErrorType AIS_405
public static final ErrorType AIS_406
public static final ErrorType AIS_415
public static final ErrorType AIS_429
public static final ErrorType AIS_500
public static final ErrorType SB_400
public static final ErrorType SB_401
public static final ErrorType SB_403
public static final ErrorType SB_404
public static final ErrorType SB_405
public static final ErrorType SB_409
public static final ErrorType SB_415
public static final ErrorType SB_500
public static ErrorType[] values()
for (ErrorType c : ErrorType.values()) System.out.println(c);
public static ErrorType 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 static Optional<ErrorType> getByServiceTypeAndErrorCode(ServiceType serviceType, int errorCode)
Copyright © 2019. All rights reserved.