Call the aciErrorStatusDestroy function to destroy an error status structure created by aciErrorStatusCreate.
aciError aciErrorStatusDestroy( t_aciErrorStatus **ppErrorStatus)
| Arguments | Type/Description |
|---|---|
ppErrorStatus
|
t_AciErrorStatus** The ACI error status structure to destroy. |
This function destroys the ACI error status structure. You must call this function after using aciResponseGetErrorStatus.
An ACI error code.
|
|