• Overview
@angular/forms/signals

ValidationErrorWithoutField

interface

Validation error with no field.

API

    
      interface ValidationErrorWithoutField extends ValidationError {}
    
    

field

undefined

The field associated with this error.

kind

string

Identifies the kind of error.

message

string | undefined

Human readable error message.

Description

Validation error with no field.

This is used to strongly enforce that fields are not allowed in validation result.

Jump to details