MCPcopy Index your code
hub / github.com/aws/constructs / ValidationError

Interface ValidationError

test/construct.test.ts:703–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703interface ValidationError {
704 readonly source: IConstruct;
705 readonly message: string;
706}
707
708describe('with() mixin support', () => {
709 test('returns the construct for chaining', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…