Skip to content

ValidationError

An error returned during the validation phase.

Initializer

using AlibabaCloud.SDK.ROS.CDK.Core;
new ValidationError {
    string Message,
    Construct Source
};

Properties

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

MessageRequired

public string Message { get; set; }
  • Type: string

The error message.


SourceRequired

public Construct Source { get; set; }

The construct which emitted the error.


Classes