AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLException..::..ErrorType Property

Gets the error type:
0 for local AceQLException.
1 for JDBC Driver Exception on the server.
2 for AceQL Java Exception on the server.
3 for AceQL Security Exception on the server.
4 for AceQL failure.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public int ErrorType { get; }

Field Value

The error type.