public final class AdapterCode extends Object
0-999 error codes1000-1999 success codes2000-2999 warning codesResult class will always include an AdapterCode.
Since all operations of the deserialization will return a result-class
instance, the calling class will always be able to extract the adapter code
from the operation. However, the default-constructor of the
Result class will set the adapter-code to
UNSPECIFIED, which might be returned instead of a more
detailed explanation.
Copyright 2004 SAP AG
| Modifier and Type | Field and Description |
|---|---|
static AdapterCode |
COULD_NOT_CREATE_RESOURCE |
static AdapterCode |
ERROR_EXCEPTION_IN_PARSING |
static AdapterCode |
ERROR_EXCEPTION_IN_SERIALIZER |
static AdapterCode |
ERROR_NO_SERIALIZER_AVAILABLE_FOR_IMPORT |
static AdapterCode |
EXCEPTION_IN_RF_FRAMEWORK |
static AdapterCode |
NO_PROPERTIES_SUPPORTED |
static AdapterCode |
SUCCESS |
static AdapterCode |
SUCCESS_CREATED_RESOURCE |
static AdapterCode |
SUCCESS_NO_SERIALIZER_DATA |
static AdapterCode |
SUCCESS_RESOURCE_DATA |
static AdapterCode |
UNSPECIFIED |
static AdapterCode |
WARNING_NO_MODIFICATION_NEEDED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getCode() |
String |
getDescription() |
int |
hashCode() |
String |
toString() |
public static final AdapterCode SUCCESS
public static final AdapterCode SUCCESS_CREATED_RESOURCE
public static final AdapterCode SUCCESS_RESOURCE_DATA
public static final AdapterCode SUCCESS_NO_SERIALIZER_DATA
public static final AdapterCode UNSPECIFIED
public static final AdapterCode NO_PROPERTIES_SUPPORTED
public static final AdapterCode COULD_NOT_CREATE_RESOURCE
public static final AdapterCode EXCEPTION_IN_RF_FRAMEWORK
public static final AdapterCode ERROR_NO_SERIALIZER_AVAILABLE_FOR_IMPORT
public static final AdapterCode ERROR_EXCEPTION_IN_SERIALIZER
public static final AdapterCode ERROR_EXCEPTION_IN_PARSING
public static final AdapterCode WARNING_NO_MODIFICATION_NEEDED
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice