ValidationError Interface
An error generated during dependency validation.
@see validationErrors.
Properties
| Name | Type | Description | |
|---|---|---|---|
| errorType | string | The type of error. | |
| fatal | boolean | If true, txn is aborted. | |
| string | undefined | Optional description of what went wrong. |
Defined in
- core/backend/src/TxnManager.ts Line 32
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.