pub fn clear_error_message() -> String
Returns the JSON message to clear the error overlay.
use ssg::pipeline::clear_error_message; assert!(clear_error_message().contains("clear-error"));