libcURL.EasyHandle.ErrorBuffer - charonn0/RB-libcURL GitHub Wiki
libcURL.EasyHandle.ErrorBuffer
Method Signature
Function ErrorBuffer() As String
Remarks
Returns a copy of contents of the error buffer, or an empty string. The contents of this buffer will persist between transfers; it is NOT automatically cleared. To clear the buffer set UseErrorBuffer to True (even if it's already True)
See also
- CURLOPT_ERRORBUFFER in the libcurl documentation