CacheServiceErrorParams
Definition
typedef struct CacheServiceErrorParams {
CacheService cacheService;
long errorCount;
MPI_RESULT errorResult;
char message[MPIMessageTextMAX_CHARS];
} CacheServiceErrorParams;
| Required Header: apputil.h Change History: Added in 03.04.11 |
||||
Description
CacheServiceErrorParams is passed to the CacheService object’s error callback function when the CacheService object encounters an MPI error.
| Member | Description |
|---|---|
| cacheService | The CacheService object that encountered the error. |
| errorCount | The number of errors the CacheService object has encountered. |
| errorResult | The MPI error message encountered by the CacheService object. |
| message | The text description of the MPI error encountered by the CacheService object. |
See Also
CacheService Object Overview | CacheServiceErrorHandler
