2.2.3.1 m:ExceptionType Element

The ExceptionType element specifies the type of exception that caused a SOAP fault.

 <xs:element name="ExceptionType"
   type="xs:string"
  />
  

The xs:string type is specified in [XMLSCHEMA1].

This element MUST be returned when any of the following conditions occur:

  • A Disconnect operation request contains an invalid telephone phone call identifier. The ExceptionType element MUST contain a text value of "a:InvalidCallIdException".

  • A GetCallInfo operation request contains an invalid telephone phone call identifier. The ExceptionType element MUST contain a text value of "a:InvalidCallIdException".

  • A PlayOnPhone operation request contains an invalid item identifier. The ExceptionType element MUST contain a text value of "a:InvalidObjectIdException".

  • A PlayOnPhone or PlayOnPhoneGreeting operation request contains an invalid dial string. The ExceptionType element MUST contain a text value of "a:DialingRulesException".

The ExceptionType element is not described in a schema. It is an extension of the SOAP fault structure, as specified in [SOAP1.1].