Amazon.DataPipeline.Model.ValidationError.IsSetErrors C# (CSharp) Method

IsSetErrors() private method

private IsSetErrors ( ) : bool
return bool
        internal bool IsSetErrors()
        {
            return this.errors.Count > 0;
        }
    }
ValidationError