DataExtensionUpdateResult
An object that provides error messages related to a request to update a data extension. The object provides one error message for every error in the process.
This object is a response structure and isn’t queryable.
| Name | Data Type | Description |
|---|---|---|
ConversationID | String | Unique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID. |
ErrorCode | Int | Identifies the error of an API request via a numeric code. |
ErrorMessage | String | Contains a human-readable detailed message that provides more information about the error. For example, this string can contain an error message when the specified row wasn’t be found in a data extension. |
KeyErrors | Array of DataExtensionError objects | Specifies errors associated with primary keys during operations involving data extensions. For example, this array can contain errors related to using the wrong characters in a field. |
Object | APIObject object | Specifies definition of object. |
OrdinalID | Int | Defines position of object within an array of information. |
OverallStatusCode | String | Represents overall status of conversation via async API. |
ParentPropertyName | String | Identifies parent node of property; populated in nested Create results. Deprecated. |
RequestID | String | Unique ID of initial async API call. |
RequestType | RequestType object | Defines request as synchronous or asynchronous API. |
ResultDetailXML | String | Contains details of operation result in XML format. |
ResultType | String | Defines result as coming from synchronous or asynchronous API. |
StatusCode | String | Status of async API request. |
StatusMessage | String | Describes the status of an API call. |
UpdateResults | Array of UpdateResult objects | Indicates error information associated with an update to a data extension. |
ValueErrors | Array of DataExtensionError objects | Specifies errors associated with field values during operations involving data extensions. This property includes errors involving field values, such as using the wrong characters in the field. |