Skip to content

ValidationErrorWith

Defined in: projects/ngx-signal-schema/src/lib/validators/error-options.ts:38

This type is used to add the options to the error, so you can use the option configuration in the error message.

  • ValidationError

T

readonly kind: string

Defined in: node_modules/@angular/forms/types/_structure-chunk.d.ts:1396

Identifies the kind of error.

ValidationError.kind


readonly optional message?: string

Defined in: node_modules/@angular/forms/types/_structure-chunk.d.ts:1398

Human readable error message.

ValidationError.message


options: T

Defined in: projects/ngx-signal-schema/src/lib/validators/error-options.ts:39