Skip to content

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

ParameterType
reasonValidationError

Returns

T