![]() |
PubSub+ Messaging API For C
7.33.1.1
|
| Functions | Typedefs | Enumerations | Enumeration Values | Defines |
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... | |
The structure used to record more detailed error information for a failed API call.
| 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).
| solClient_session_responseCode_t responseCode |
A response code that is returned for some subcodes; otherwise zero.
| solClient_subCode_t subCode |
A subcode indicating the type of error.