BIP4152
Severity
20 : ErrorMessage
User-defined extension Implementation function '<insert_0>' returned CCI_BUFFER_TOO_SMALL on 2nd attempt.Explanation
The implementation function '<insert_0>' has set the returnCode output parameter to CCI_BUFFER_TOO_SMALL and returned '<insert_1>' as the required size of the buffer in characters. The function was then invoked with a buffer of this size and again set returnCode to CCI_BUFFER_TOO_SMALL.Response
Correct user-defined extension implementation accordingly.