isParseError Property

Summary

Indicates if the ServiceError error object is representing a failure in parsing the response from the service.

Syntax
TypeScript
JavaScript
Object.defineProperty(ServiceError.prototype, 'isParseError', 
   get: function() 
) 
readonly isParseError: boolean; 

Property Value

true if either ParseError or a service call could not accurately parse the response from the service.

Remarks

The value of IsParseError is actually a shortcut for confirming that jqxhr is null but errorThrown is not. If this is true, the value of StatusText will be "parsererror".

See ServiceError or Promises in the Document Library Service for more information.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.