Interface IFunctionBuildError
Describes a function build error.
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IFunctionBuildError
  Properties
ErrorText
Gets the error message.
Declaration
string ErrorText { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The error text.  | 
      
IsWarning
Gets a value indicating whether this instance is warning.
Declaration
bool IsWarning { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  |