Platforms to show: All Mac Windows Linux Cross-Platform
Back to CURLSMultiMBS class.
CURLSMultiMBS.kErrorAddedAlready = 7
Function:
One of the multi interface error codes.
Notes: An easy handle already added to a multi handle was attempted to get added - again.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 15.0 |
Notes: An easy handle already added to a multi handle was attempted to get added - again.
CURLSMultiMBS.kErrorBadEadyHandle = 2
Function:
One of the multi interface error codes.
Notes: An easy handle was not good/valid.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 18.2 |
Notes: An easy handle was not good/valid.
CURLSMultiMBS.kErrorBadFunctionArgument = 10
Function:
One of the multi interface error codes.
Notes: A function was called with a bad parameter.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 22.0 |
Notes: A function was called with a bad parameter.
CURLSMultiMBS.kErrorBadHandle = 1
Function:
One of the multi interface error codes.
Notes: The passed-in handle is not a valid CURLM handle.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 15.0 |
Notes: The passed-in handle is not a valid CURLM handle.
CURLSMultiMBS.kErrorBadSocket = 5
Function:
One of the multi interface error codes.
Notes: The passed in socket argument did not match.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 15.0 |
Notes: The passed in socket argument did not match.
CURLSMultiMBS.kErrorCallPerform = -1
Function:
One of the multi interface error codes.
Notes: Please call Perform soon to do some tasks.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 15.0 |
Notes: Please call Perform soon to do some tasks.
CURLSMultiMBS.kErrorInternalError = 4
Function:
One of the multi interface error codes.
Notes: This is a libCURL bug.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 15.0 |
Notes: This is a libCURL bug.
CURLSMultiMBS.kErrorOK = 0
Function:
One of the multi interface error codes.
Notes: Everything OK.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 15.0 |
Notes: Everything OK.
CURLSMultiMBS.kErrorOutOfMemory = 3
Function:
One of the multi interface error codes.
Notes: Running low on memory.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 15.0 |
Notes: Running low on memory.
CURLSMultiMBS.kErrorRecursiveAPICall = 8
Function:
One of the multi interface error codes.
Notes: An api function was called from inside an event.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 18.2 |
Notes: An api function was called from inside an event.
CURLSMultiMBS.kErrorUnknownOption = 6
Function:
One of the multi interface error codes.
Notes: Tried to set unsupported option.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 15.0 |
Notes: Tried to set unsupported option.
CURLSMultiMBS.kErrorWakeupFailure = 9
Function:
One of the multi interface error codes.
Notes: Wakeup is unavailable or failed.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 22.0 |
Notes: Wakeup is unavailable or failed.
CURLSMultiMBS.kPipeHTTP1 = 1
Function:
One of the pipeline modes.
Notes: Pipe with HTTP/1.1.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 18.2 |
Notes: Pipe with HTTP/1.1.
CURLSMultiMBS.kPipeMultiPlex = 2
Function:
One of the pipeline modes.
Notes: Pipe with multiplex.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 18.2 |
Notes: Pipe with multiplex.
CURLSMultiMBS.kPipeNothing = 0
Function:
One of the pipeline modes.
Notes: No piping.
Type | Topic | Plugin | Version |
const | CURL | MBS CURL Plugin | 18.2 |
Notes: No piping.
The items on this page are in the following plugins: MBS CURL Plugin.
