2.2.4.1.5.1 xmla-x:Exception

The xmla-x:Exception complex type is used when the server encounters an error during execution. This element MUST be empty.

An Exception element of type xmla-x:Exception can be returned at any point within a response if the server encounters an exception. When an exception is encountered, the server also attempts to close all open XML tags so that the response is well-formed XML.

If partial recovery from an exception is possible, the server can continue to append additional response text after closing one or more of the open XML tags. In this way, a response might contain more than one xmla-x:Exception element.

The XSD for the xmla-x:Exception type is as follows.

   <xsd:complexType name="Exception">
     <xsd:sequence>
     </xsd:sequence>
   </xsd:complexType>