public enum EToopDocumentResponseErrorCode extends Enum<EToopDocumentResponseErrorCode> implements IToopErrorCode
| Enum Constant and Description |
|---|
DP_DOC_001
Unknown document type
|
DP_DOC_002
Unauthorized
|
DP_DOC_003
Unavailable
|
DP_DOC_004
Internal processing error
|
DP_DOC_005
Payload too large
|
DP_DOC_006
Timeout
|
DP_DOC_007
Different mime type
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static EToopDocumentResponseErrorCode |
getFromIDOrNull(String sID) |
String |
getID() |
static EToopDocumentResponseErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EToopDocumentResponseErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EToopDocumentResponseErrorCode DP_DOC_001
public static final EToopDocumentResponseErrorCode DP_DOC_002
public static final EToopDocumentResponseErrorCode DP_DOC_003
public static final EToopDocumentResponseErrorCode DP_DOC_004
public static final EToopDocumentResponseErrorCode DP_DOC_005
public static final EToopDocumentResponseErrorCode DP_DOC_006
public static final EToopDocumentResponseErrorCode DP_DOC_007
public static EToopDocumentResponseErrorCode[] values()
for (EToopDocumentResponseErrorCode c : EToopDocumentResponseErrorCode.values()) System.out.println(c);
public static EToopDocumentResponseErrorCode 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 EToopDocumentResponseErrorCode getFromIDOrNull(@Nullable String sID)
Copyright © 2020 toop.eu. All rights reserved.