Interface ValidationFailure

Describes a validation error, both for parsing and for domain logic.

Type parameters

Type parameter Description
TError
TCorrection

correction

correction: TCorrection

Optionally provides the correction of the error.

error

error: TError

Describes the error.

Generated using TypeDoc