PubSub+ Messaging API For C  7.29.0.6
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
solClient_errorInfo Struct Reference

The structure used to record more detailed error information for a failed API call. More...

#include <solClient.h>

Data Fields

solClient_subCode_t subCode
 A subcode indicating the type of error. More...
 
solClient_session_responseCode_t responseCode
 A response code that is returned for some subcodes; otherwise zero. More...
 
char errorStr [SOLCLIENT_ERRORINFO_STR_SIZE]
 An information string (max length SOLCLIENT_ERRORINFO_STR_SIZE) for certain types of subcodes (empty string, if not used). More...
 

Detailed Description

The structure used to record more detailed error information for a failed API call.

See Also
solClient_subCode for a description of all subcodes.
Examples:
ex/activeFlowIndication.c, ex/adPubAck.c, ex/common.c, ex/ios/Example.m, ex/ios/examples/PerfTestExample.m, ex/perfADSub.c, ex/perfTest.c, ex/queueProvision.c, ex/replication.c, and ex/RRGuaranteedReplier.c.

Field Documentation

An information string (max length SOLCLIENT_ERRORINFO_STR_SIZE) for certain types of subcodes (empty string, if not used).

Examples:
ex/activeFlowIndication.c, ex/adPubAck.c, ex/common.c, ex/ios/Example.m, ex/ios/examples/PerfTestExample.m, ex/perfTest.c, and ex/replication.c.

A response code that is returned for some subcodes; otherwise zero.

Examples:
ex/activeFlowIndication.c, ex/adPubAck.c, ex/common.c, ex/ios/Example.m, and ex/replication.c.