Comparison

Validation vs Validation Error

Validation is the checking behavior, while a validation error is the feedback shown when that check fails.

Also called Field validation vs field errorCheck the formRed field message

Visual Example

Validation

name@example.com

Looks valid

Validation Error

avery

Enter a valid email address.

How to Tell Them Apart

Validation checks the input.

A validation error tells the person what needs fixing.

Quick Decision

They are confused because people often use validation to mean both the check and the message.

What It Is Used For

  • Forms
  • Required fields
  • Input rules

Example User Phrasing

  • "Validate the email before submitting."
  • "Show a validation error under the email field."