errorPluginOnDoneHandler function

void errorPluginOnDoneHandler(
  1. HttpRequest req,
  2. HttpResponse res
)

handler for ValidationError

Implementation

void errorPluginOnDoneHandler(HttpRequest req, HttpResponse res) {
  errorPluginData.remove(req);
}