2027 Method
Changes 0
M

KeyBasedTreeEntriesLoadResults.GetFailureMessages

Description:
Get all error or warnings created while attempting to load KeyBasedTreeEntries.
Remarks:

Revit does not post these warnings. They are provided as a convenience to the API user, who may wish to post them.

The information in the warnings is also captured in the other error functions of KeyBasedTreeEntriesLoadResults.

public IList<FailureMessage> GetFailureMessages()
IList<FailureMessage> A collection of FailureMessage objects, if any errors or warnings were encountered while loading and building the KeyBasedTreeEntries.