Interface: ExtendedReActiveRecordValidationErrorConstructor<T>
A utility type for the constructor of an error which extends ReActiveRecordValidationError.
Type Parameters
| Type Parameter |
|---|
T extends ReActiveRecordValidationError |
Constructors
Constructor
ts
new ExtendedReActiveRecordValidationErrorConstructor(reason: ValidationError): T;Parameters
| Parameter | Type |
|---|---|
reason | ValidationError |
Returns
T