Details of the Interface Methods

The syntax of the interface methods, and the input and output parameters of the syntax are as follows:

For information about the sequence of calls, see Interface Methods and Sequence of Calls.

Error Codes of Result Parameter

The following are the error codes of the Result parameter.

Error Code

Description

–13

HTTP library is already initialized. Call the CLOSEHTTPLIBRARY API to close all the sessions.

–12

HTTP library is not initialized. Call the INITHTTPLIBRARY API to initialize the library.

–11

Reached maximum session allowed.

–10

Failed to initialize the HTTP library because the log is not created.

–9

Failed to set the COMPAPI mode.

–8

Failed to set the COMPAPI mode because a null value is passed.

–7

Failed to allocate max session.

–6

Failed to create a session handle for the session handle key.

–5

Failed to set verbs.

–4

Failed to send request.

–3

Failed to receive response.

–2

Failed to receive a status code.

–1

Failed to set the maximum session requested.

0

Failed to close the request.

1

Successfully initiated the library.