Interface ITomErrorMessageObject
Objects that can have error messages in TOM. These are only shown for objects that are not IDaxDependantObjects, as we do our own error handling for objects with DAX expressions.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public interface ITomErrorMessageObject
Properties
ErrorMessage
Declaration
string ErrorMessage { get; }
Property Value
Type | Description |
---|---|
string |