interface ValidationError
Language | Type name |
---|---|
.NET | Constructs.ValidationError |
Java | software.constructs.ValidationError |
Python | constructs.ValidationError |
TypeScript (source) | 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.