Show / Hide Table of Contents

Interface IFunctionValidationError

Describes a function validation error.

Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IFunctionValidationError

Properties

ErrorId

Gets the error identifier.

Declaration
uint ErrorId { get; }
Property Value
Type Description
System.UInt32

The error identifier.

ErrorText

Gets the error text.

Declaration
string ErrorText { get; }
Property Value
Type Description
System.String

The error text.

Back to top Generated by DocFX