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

Interface ValidationError

test/construct.test.ts:717–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715}
716
717interface ValidationError {
718 readonly source: IConstruct;
719 readonly message: string;
720}
721
722describe('with() mixin support', () => {
723 test('returns the construct for chaining', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected