Skip to content

libcURL.FormatError

charonn0 edited this page Nov 10, 2014 · 16 revisions

#libcURL.FormatError

##Method Signature

 Protected Function FormatError(cURLErrorNumber As Integer) As String

##Return value Returns a human-readable message for the cURLErrorNumber.

##Parameters

Name Type Comment
cURLErrorNumber Integer The error number to format

##Notes Pass a libcURL error number, returns the error message for that error number.

For error numbers from cURLMulti objects, use FormatMultiError.

##See also:

Clone this wiki locally