setFatalErrorOccurred
  
void session.setFatalErrorOccurred ( boolean fatalErrorOccurred ) (enterprise edition only)
Description
Set the fatal error status of the scrape.
Parameters
- fatalErrorOccurred Desired fatal error status to set, as a boolean.
 
 
Return Values
Returns void.
 
Change Log
| Version | 
Description | 
| 4.5 | 
Available for enterprise edition. | 
 
 
Examples
Set Fatal Error Flag
 // Set the flag indicating that an error occurred.
 session.setFatalErrorOccurred( true );
 
See Also