Skip to main content

Class: ValidationError

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

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global\_Objects/Error thrown when validation fails.

Extendsโ€‹

Constructorsโ€‹

Constructorโ€‹

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

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

Parametersโ€‹

errorsโ€‹

readonly string[]

Returnsโ€‹

ValidationError

Overridesโ€‹

Error.constructor

Propertiesโ€‹

errorsโ€‹

readonly errors: readonly string[]

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