'start_catalog_transaction' Response

The 'start_catalog_transaction' response returns a unique transaction key which is to be used to commit or roll back the transaction.

The following table describes the 'start_catalog_transaction' response parameters.

'start_catalog_transaction' response parameters

Name Type Description

result_code

int

transaction result code. 'result_code' is always returned in a response.

'0' on success.

If the transaction fails, the 'result_code' is other than 0.

error_msg

string

more specific description of the error.

Returned only when the 'result_code' is other than 0.

transaction_key

string

unique key of the transaction.

Returned only when the 'result_code' is 0.