message property
Descriptive error message explaining what went wrong.
This message should provide enough detail to understand the error and potentially fix the underlying issue. Common error messages include:
- "Unsupported URL" - No matching scraper configuration found
- "Unable to fetch data" - Network or HTTP request failed
- "Parser not found" - Invalid parser configuration
- "Invalid selector" - CSS selector syntax error
Implementation
final String message;