Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1015 Bytes

File metadata and controls

44 lines (33 loc) · 1015 Bytes
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
ErrorCode Element (XMLA) | Microsoft Docs
Learn how the ErrorCode element contains the numeric return code of the parent Error element.
01/05/2020
analysis-services
xmla
reference
kfollis
kfollis
kfollis

ErrorCode Element (XMLA)

Contains the numeric return code of the parent Error element.

Syntax

  
<Error>  
   ...  
   <ErrorCode>...</ErrorCode>  
   ...  
</Error>  

Element characteristics

Characteristic Description
Data type and length UnsignedInt
Default value None
Cardinality 1-1: Required element that occurs once and only once.

Element relationships

Relationship Element
Parent elements Error
Child elements None

Remarks