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