Skip to content

libcURL.EasyHandle.ErrorBuffer

Andrew Lambert edited this page Nov 26, 2022 · 9 revisions

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

Clone this wiki locally