Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLSMultiMBS class.

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

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

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

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

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

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

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

CURLSMultiMBS.kErrorOK = 0

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

Everything OK.

CURLSMultiMBS.kErrorOutOfMemory = 3

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

Running low on memory.

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

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

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

CURLSMultiMBS.kPipeHTTP1 = 1

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

Pipe with HTTP/1.1.

CURLSMultiMBS.kPipeMultiPlex = 2

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

Pipe with multiplex.

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