-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.ErrorBuffer
Andrew Lambert edited this page Nov 26, 2022
·
9 revisions
libcURL.EasyHandle.ErrorBuffer
Function ErrorBuffer() As String
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
)
- CURLOPT_ERRORBUFFER in the libcurl documentation
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.