Call the aciErrorStatusCreate function to create an error status structure for aciResponseGetErrorStatus to use.
aciError aciErrorStatusCreate( t_aciErrorStatus** ppErrorStatus)
| Arguments | Type/Description |
|---|---|
ppErrorStatus
|
t_AciErrorStatus** The ACI error status structure to create. |
This function creates the ACI error status structure. You must call this function before using aciResponseGetErrorStatus.
An ACI error code.
|
|