DataExtensionCreateResult

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

This object is a response structure and isn’t queryable.

NameData TypeDescription
ConversationIDStringUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
CreateResultsArray of CreateResult objectsNot used.
ErrorCodeIntIdentifies the error of an API request via a numeric code.
ErrorMessageStringContains a human-readable detailed message that provides more information about an error. For example, this string can contain an error message when the specified row wasn’t be found in a data extension.
KeyErrorsArray of DataExtensionError objectsSpecifies 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.
NewIDIntSystem identifier for new object. The API returns this property after creating a new object.
NewObjectIDStringSystem identifier for new object. The application provides this ID after a new object is created.
ObjectAPIObject objectSpecifies definition of object.
OrdinalIDIntDefines position of object within an array of information.
OverallStatusCodeStringRepresents overall status of conversation via async API.
ParentPropertyNameStringIdentifies parent node of property; populated in nested Create results. Deprecated.
PartnerKeyStringUnique identifier provided by partner for an object. This property is accessible only via API.
RequestIDStringUnique ID of initial async API call.
RequestTypeRequestType objectDefines request as synchronous or asynchronous API.
ResultDetailXMLStringContains details of operation result in XML format.
ResultTypeStringDefines result as coming from synchronous or asynchronous API.
StatusCodeStringStatus of async API request.
StatusMessageStringDescribes the status of an API call.
ValueErrorsArray of DataExtensionError objectsSpecifies 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.