Contains information about the failure of a previous method call.
 Visual Basic syntax
 Visual Basic syntaxStructure DBSC_ErrorInfo C# syntax
 C# syntaxpublic struct DBSC_ErrorInfo Members
 Members| Member name | Type | Description | 
|---|---|---|
| hdl1 | UInt32 | Contains additional information about the failure. The meaning of this information depends on the value of the type variable. | 
| str1 | String | Contains additional information about the failure. The meaning of this information depends on the value of the type variable. | 
| str2 | String | Contains additional information about the failure. The meaning of this information depends on the value of the type variable. | 
| type | DBSC_ErrorType | Contains a value that indicates the reason for failure. Supported values are listed in the DBSC_ErrorType enumeration. | 
| val1 | Int32 | Contains additional information about the failure. The meaning of this information depends on the value of the type variable. | 
| val2 | Int32 | Contains additional information about the failure. The meaning of this information depends on the value of the type variable. | 
 Remarks
 Remarksstr1, str2, val1, val2 and hdl1 contain additional information about the failure, and their meanings depend on the error type. The following error types use fields in this structure to store additional information:
DBSC_ERR_CONNECTION_REJECTED
DBSC_ERR_SERVER_SIDE_ERROR
DBSC_ERR_NO_SYNC_ACK
 See also
 See also|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |