Skip to content

ValidationError

An error returned during the validation phase.

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
&alicloudroscdkcore.ValidationError {
    Message: *string,
    Source: github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore.Construct,
}

Properties

Name Type Description
Message *string The error message.
Source Construct The construct which emitted the error.

MessageRequired

Message *string
  • Type: *string

The error message.


SourceRequired

Source Construct

The construct which emitted the error.


Classes