AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ CompleteWithError()

virtual DcppHandlerRet GitTaskResponseHandler::CompleteWithError ( GitTask ,
StatusType *  status 
)
inlinevirtual

Method invoked on error completion.

This method is invoked by GitTask:: when the related message completes with an error.

Note
Details of action entry information can be obtain with the standard DRAMA calls such as DitsGetEntReason().
The status of the failure is available in DitsGetEntStatus(), not from the inherited status, through the default implementation sets the inherited status to this value.
Returns
DcppFinished (the default) if no more messages were sent or DcppReshedule if another message was started.
Parameters
taskThe GitTask object the message referred to.
statusInherited status.

References DcppFinished.