MCPcopy Create free account
hub / github.com/aws/constructs / ValidationError

Interface ValidationError

test/construct.test.ts:762–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760}
761
762interface ValidationError {
763 readonly source: IConstruct;
764 readonly message: string;
765}
766
767describe('with() mixin support', () => {
768 test('returns the construct for chaining', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected