ValidationError
An error returned during the validation phase.
Initializer
import ros_cdk_core
ros_cdk_core.ValidationError(
message: str,
source: Construct
)
Properties
Name | Type | Description |
---|---|---|
message |
str |
The error message. |
source |
Construct |
The construct which emitted the error. |
message
Required
message: str
- Type: str
The error message.
source
Required
source: Construct
- Type: Construct
The construct which emitted the error.