Contains information about the failure of a previous method call.
public struct DBSC_ErrorInfo
Member name | Type | Description |
---|---|---|
hdl1 |
DBSC_SyncHdl |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
str1 |
const char * |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
str2 |
const char * |
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 |
long int |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
val2 |
long int |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
str1, 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
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |