Skip to content

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.

messageRequired

message: str
  • Type: str

The error message.


sourceRequired

source: Construct

The construct which emitted the error.


Classes