aciErrorStatusDestroy

Call the aciErrorStatusDestroy function to destroy an error status structure created by aciErrorStatusCreate.

Syntax

aciError aciErrorStatusDestroy(
   t_aciErrorStatus **ppErrorStatus)

Arguments

Arguments Type/Description
ppErrorStatus t_AciErrorStatus**  The ACI error status structure to destroy.

Discussion

This function destroys the ACI error status structure. You must call this function after using aciResponseGetErrorStatus.

Returns

An ACI error code.