DataExtensionUpdateResult

The DataExtensionUpdateResult object provides error messages related to an attempt to update a data extension. The object provides one error message for every error in the process, as opposed to just the first error encountered.

NameData TypeDescription
ConversationIDxsd:stringUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
ErrorCodexsd:intIdentifies the error of an API request via a numeric code.
ErrorMessagexsd:stringContains a human-readable detailed message that provides more information about the error. For example, row errors for a data extension where rows can’t be found.
KeyErrorsDataExtensionError[]Specifies errors associated with primary keys during operations involving data extensions. For example, using the wrong characters in the field.
ObjectAPIObjectSpecifies definition of object.
OrdinalIDxsd:intDefines position of object within an array of information.
OverallStatusCodexsd:stringRepresents overall status of conversation via async API.
ParentPropertyNamexsd:stringIdentifies parent node of property; populated in nested Create results. Deprecated.
RequestIDxsd:stringUnique ID of initial async API call.
RequestTypeRequestTypeDefines request as synchronous or asynchronous API.
ResultDetailXMLxsd:stringContains details of operation result in XML format.
ResultTypexsd:stringDefines result as coming from synchronous or asynchronous API.
StatusCodexsd:stringStatus of async API request.
StatusMessagexsd:stringDescribes the status of an API call.
UpdateResultsUpdateResult[]Indicates error information associated with an update to a data extension.
ValueErrorsDataExtensionError[]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.