Skip to main content

Class: ValidationError

Defined in: shared/utils/validationError.ts:17

Hierarchyโ€‹

View Summary

Extendsโ€‹

Constructorsโ€‹

Constructorโ€‹

new ValidationError(errors: readonly string[]): ValidationError

Defined in: shared/utils/validationError.ts:20

Parametersโ€‹

errorsโ€‹

readonly string[]

Returnsโ€‹

ValidationError

Overridesโ€‹

Error.constructor

Propertiesโ€‹

errorsโ€‹

readonly errors: readonly string[]

Defined in: shared/utils/validationError.ts:18