interface ValidationError
Language | Type name |
---|---|
![]() | Constructs.ValidationError |
![]() | software.constructs.ValidationError |
![]() | constructs.ValidationError |
![]() | constructs » ValidationError |
An error returned during the validation phase.
Properties
Name | Type | Description |
---|---|---|
message | string | The error message. |
source | Construct | The construct which emitted the error. |
message
Type:
string
The error message.
source
Type:
Construct
The construct which emitted the error.