3.4.4.1.3.5 AcquireLicenseException

The AcquireLicenseException complex type contains information about an error that occurred while the server was generating a UL for the user.

 <s:complexType name="AcquireLicenseException">
    <s:sequence>
      <s:element minOccurs="1" maxOccurs="1" name="ExceptionString" nillable="true" type="s:string" />
      <s:element minOccurs="1" maxOccurs="1" name="batchindex" type="s:int" />
    </s:sequence>
 </s:complexType>

ExceptionString: A string containing the exception that occurred while the server was generating a UL for the user.

batchindex: An integer corresponding to the index of the user in the batch of requests.