-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.UseErrorBuffer
Andrew Lambert edited this page Nov 26, 2022
·
12 revisions
libcURL.EasyHandle.UseErrorBuffer
Dim UseErrorBuffer As BooleanGets and sets whether libcURL will write additional debug info to an application-provided buffer. By default this option is set to False.
If this option is set to True then the additional data will also be included in the error message of cURLExceptions when applicable.
Setting this option to True will clear any previous data from the error buffer.
- EasyHandle.ErrorBuffer
- 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.