Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLMultiMBS class.

CURLMultiMBS.kErrorAddedAlready = 7

Type Topic Plugin Version
const CURL MBS CURL Plugin 15.0
One of the multi interface error codes.

An easy handle already added to a multi handle was attempted to get added - again.

CURLMultiMBS.kErrorBadEadyHandle = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the multi interface error codes.

An easy handle was not good/valid.

CURLMultiMBS.kErrorBadFunctionArgument = 10

Type Topic Plugin Version
const CURL MBS CURL Plugin 22.0
One of the multi interface error codes.

A function was called with a bad parameter.

CURLMultiMBS.kErrorBadHandle = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 15.0
One of the multi interface error codes.

The passed-in handle is not a valid CURLM handle.

CURLMultiMBS.kErrorBadSocket = 5

Type Topic Plugin Version
const CURL MBS CURL Plugin 15.0
One of the multi interface error codes.

The passed in socket argument did not match.

CURLMultiMBS.kErrorCallPerform = -1

Type Topic Plugin Version
const CURL MBS CURL Plugin 15.0
One of the multi interface error codes.

Please call Perform soon to do some tasks.

CURLMultiMBS.kErrorInternalError = 4

Type Topic Plugin Version
const CURL MBS CURL Plugin 15.0
One of the multi interface error codes.

This is a libCURL bug.

CURLMultiMBS.kErrorOK = 0

Type Topic Plugin Version
const CURL MBS CURL Plugin 15.0
One of the multi interface error codes.

Everything OK.

CURLMultiMBS.kErrorOutOfMemory = 3

Type Topic Plugin Version
const CURL MBS CURL Plugin 15.0
One of the multi interface error codes.

Running low on memory.

CURLMultiMBS.kErrorRecursiveAPICall = 8

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the multi interface error codes.

An api function was called from inside an event.

CURLMultiMBS.kErrorUnknownOption = 6

Type Topic Plugin Version
const CURL MBS CURL Plugin 15.0
One of the multi interface error codes.

Tried to set unsupported option.

CURLMultiMBS.kErrorWakeupFailure = 9

Type Topic Plugin Version
const CURL MBS CURL Plugin 22.0
One of the multi interface error codes.

Wakeup is unavailable or failed.

CURLMultiMBS.kPipeHTTP1 = 1

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the pipeline modes.

Pipe with HTTP/1.1.

CURLMultiMBS.kPipeMultiPlex = 2

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the pipeline modes.

Pipe with multiplex.

CURLMultiMBS.kPipeNothing = 0

Type Topic Plugin Version
const CURL MBS CURL Plugin 18.2
One of the pipeline modes.

No piping.

The items on this page are in the following plugins: MBS CURL Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...