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.
Extends
Section titled “Extends”ValidationError
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”
readonlykind:string
Defined in: node_modules/@angular/forms/types/_structure-chunk.d.ts:1396
Identifies the kind of error.
Inherited from
Section titled “Inherited from”ValidationError.kind
message?
Section titled “message?”
readonlyoptionalmessage?:string
Defined in: node_modules/@angular/forms/types/_structure-chunk.d.ts:1398
Human readable error message.
Inherited from
Section titled “Inherited from”ValidationError.message
options
Section titled “options”options:
T
Defined in: projects/ngx-signal-schema/src/lib/validators/error-options.ts:39