Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SendClientScriptErrorReport element specifies the input data for the SendClientScriptErrorReport WSDL operation.
-
<xs:element name="SendClientScriptErrorReport" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="message" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="file" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="line" type="xs:int"/> <xs:element minOccurs="0" maxOccurs="1" name="client" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="stack" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="team" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="originalFile" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element>
message: A string containing the message associated with the current error.
file: A string containing the URL file name associated with the current error.
line: An integer containing the line number associated with the current error.
client: A string argument representing the protocol client operating environment.<1>
stack: A string argument representing the call stack of the error.<2>
team: A string containing the application associated with the current error.
originalFile: A string containing the physical file name associated with the current error.