DataExtensionDeleteResult
The DataExtensionDeleteResult object provides error messages related to an attempt to delete information in a data extension. This object provides information for primary key errors only.
| Name | Data Type | Description |
|---|---|---|
| ConversationID | xsd:string | Unique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID. |
| ErrorCode | xsd:int | Identifies the error of an API request via a numeric code. |
| ErrorMessage | xsd:string | Contains 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. |
| KeyErrors | DataExtensionError[] | Specifies errors associated with primary keys during operations involving data extensions. For example, using the wrong characters in the field. |
| Object | APIObject | Specifies definition of object. |
| OrdinalID | xsd:int | Defines position of object within an array of information. |
| OverallStatusCode | xsd:string | Represents overall status of conversation via async API. |
| RequestID | xsd:string | Unique ID of initial async API call. |
| RequestType | RequestType | Defines request as synchronous or asynchronous API. |
| ResultDetailXML | xsd:string | Contains details of operation result in XML format. |
| ResultType | xsd:string | Defines result as coming from synchronous or asynchronous API. |
| StatusCode | xsd:string | Status of async API request. |
| StatusMessage | xsd:string | Describes the status of an API call. |