XmlaError.ErrorType Property

Definition

Gets the type of the error.

public int ErrorType { get; }
member this.ErrorType : int
Public ReadOnly Property ErrorType As Integer

Property Value

An integer with the type of the error.

Remarks

The value of 0 indicates there is no current classification for this error, the value of 1 indicates that the error is caused by incorrect usage and value of 2 indicates the error is caused by unexpected server behavior.

Applies to