ArcGIS Pro 2.9 API Reference Guide
ErrorMessages Property (SchemaBuilder)

ArcGIS.Core.Data.DDL Namespace > SchemaBuilder Class : ErrorMessages Property
Provides information about failed operations. The first line describes the type of operation. The second line describes the name of the object involved. The next set of lines describes the type of error. The last line describes how long the operation ran for.
Syntax
public IReadOnlyList<string> ErrorMessages {get;}
Public ReadOnly Property ErrorMessages As IReadOnlyList(Of String)
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

SchemaBuilder Class
SchemaBuilder Members