public static enum AS4ErrorMapper.ErrorCode extends Enum<AS4ErrorMapper.ErrorCode>
Enum Constant and Description |
---|
EBMS0001 |
EBMS0002 |
EBMS0003 |
EBMS0004 |
EBMS0005 |
EBMS0007 |
EBMS0008 |
EBMS0009 |
EBMS0010 |
EBMS0011 |
EBMS0301 |
EBMS0302 |
EBMS0303 |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCodeString() |
static AS4ErrorMapper.ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS4ErrorMapper.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AS4ErrorMapper.ErrorCode EBMS0001
public static final AS4ErrorMapper.ErrorCode EBMS0002
public static final AS4ErrorMapper.ErrorCode EBMS0003
public static final AS4ErrorMapper.ErrorCode EBMS0004
public static final AS4ErrorMapper.ErrorCode EBMS0005
public static final AS4ErrorMapper.ErrorCode EBMS0007
public static final AS4ErrorMapper.ErrorCode EBMS0008
public static final AS4ErrorMapper.ErrorCode EBMS0009
public static final AS4ErrorMapper.ErrorCode EBMS0010
public static final AS4ErrorMapper.ErrorCode EBMS0011
public static final AS4ErrorMapper.ErrorCode EBMS0301
public static final AS4ErrorMapper.ErrorCode EBMS0302
public static final AS4ErrorMapper.ErrorCode EBMS0303
public static AS4ErrorMapper.ErrorCode[] values()
for (AS4ErrorMapper.ErrorCode c : AS4ErrorMapper.ErrorCode.values()) System.out.println(c);
public static AS4ErrorMapper.ErrorCode 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 getErrorCodeString()
Copyright © 2019 WSO2. All rights reserved.