BIP4152

Severity

20 : Error

Message

User-defined extension Implementation function <insert_1> returned CCI_BUFFER_TOO_SMALL on 2nd attempt.

Explanation

The implementation function <insert_1> has set the returnCode output parameter to CCI_BUFFER_TOO_SMALL and returned <insert_2> 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.