* Validate the current construct. * * This method can be implemented by derived constructs in order to perform * validation logic. It is called on all constructs before synthesis. * * @returns An array of validation error messages, or an empty array if there the construct is valid.
()
| 623 | * @returns An array of validation error messages, or an empty array if there the construct is valid. |
| 624 | */ |
| 625 | validate(): string[]; |
| 626 | } |
| 627 | |
| 628 | /** |