// Setting this error will cause the form to fail validation.
$form_state->setErrorByName('form_token',$this->t('The form has become outdated. Copy any unsaved work in the form below and then <a href=":link">reload this page</a>.',[':link'=>$url]));
$form_state->setErrorByName('form_token',$this->t('The form has become outdated. Press the back button, copy any unsaved work in the form, and then reload the page.'));