Description. This method retrieves the operation that caused an error.
To obtain more information about the actual error, use the
NdbOperation::getNdbError() method of the
NdbOperation object returned by
getNdbErrorOperation(). (See
Section 4.15.2.5, “NdbOperation::getNdbError()”.)
Signature.
NdbOperation* getNdbErrorOperation
(
void
)
Parameters. None.
Return Value.
A pointer to an NdbOperation.
For additional information about handling errors in transactions, see Section 1.3.2.3.5, “Error Handling”.
