* 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.
()
| 613 | * @returns An array of validation error messages, or an empty array if there the construct is valid. |
| 614 | */ |
| 615 | validate(): string[]; |
| 616 | } |
| 617 | |
| 618 | /** |