I use my own CSS class to make a presentation of error in clear way:
@if(parameterForm.errors?.['limitLessThanBet'] == 'limitB'){<p class="error">Limit B must be greater than or equal to Bet B</p>}
see details in GitHub repository.