Technical manual CIB jsMerge

Technical Interface

CibJsMergeJobGetErrorMessage

unsigned int CibJsMergeJobGetErrorMessage( CibJsMergeJobHandle a_Handle, char* a_pText, size_t a_MaxLength );

This function returns the error text that is output after executing a function.

Type

Value

Description

CibJsMergeJobHandle

a_Handle

 

char*

a_pText

Pointer to the string buffer where the error message text is stored

size_t

a_MaxLength

Maximum length of the error message (size of message buffer)