public enum EToopErrorCode extends Enum<EToopErrorCode> implements IToopErrorCode
| Enum Constant and Description |
|---|
DD_001
The TOOP Directory is not reachable
|
DD_002
An SMP could not be queried
|
DD_003
Error validating a signature from SMP
|
DD_004
The Dynamic Discovery Service was not able to find any Participant
Identifiers
|
GEN
Uncategorized error
|
IF_001
The payload provided from DC/DP to the TOOP Connector is not valid
|
IF_002
Message Validation Failed
|
ME_001
The TOOP Connector was not able to communicate with the Local AS4 gateway
|
ME_002
The AS4 Gateway was not able to send the message
|
ME_003
The AS4 gateway could not deliver the message to the addressed gateway
|
ME_004
The AS4 gateway has not received a receipt
|
| Modifier and Type | Method and Description |
|---|---|
static EToopErrorCode |
getFromIDOrNull(String sID) |
String |
getID() |
static EToopErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EToopErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EToopErrorCode GEN
public static final EToopErrorCode IF_001
public static final EToopErrorCode IF_002
public static final EToopErrorCode DD_001
public static final EToopErrorCode DD_002
public static final EToopErrorCode DD_003
public static final EToopErrorCode DD_004
public static final EToopErrorCode ME_001
public static final EToopErrorCode ME_002
public static final EToopErrorCode ME_003
public static final EToopErrorCode ME_004
public static EToopErrorCode[] values()
for (EToopErrorCode c : EToopErrorCode.values()) System.out.println(c);
public static EToopErrorCode 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nullable public static EToopErrorCode getFromIDOrNull(@Nullable String sID)
Copyright © 2020 toop.eu. All rights reserved.