appendErrorMessage
| session.appendErrorMessage( String errorMessage ) (enterprise edition only) |
| Description |
| Appends an error message to any existing error messages. The error message will be displayed in the web interface. This should be used in conjunction with the setFatalErrorOccurred method. |
 |
| Example |
// First set the flag indicating that an error occurred. session.setFatalErrorOccurred( true );
// Append an error message. session.appendErrorMessage( "An error occurred in the scraping session." ); |
|
|
Recent comments
37 min 7 sec ago
44 min 14 sec ago
2 hours 50 min ago
22 hours 15 min ago
22 hours 32 min ago
23 hours 21 min ago
23 hours 29 min ago
23 hours 38 min ago
23 hours 49 min ago
2 days 20 hours ago