Skip to content

libcURL.EasyHandle.UseErrorBuffer

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

libcURL.EasyHandle.UseErrorBuffer

Property Declaration

 Dim UseErrorBuffer As Boolean

Remarks

Gets 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.

See also

Clone this wiki locally