Sends a Status response of this transaction back to the server.
Primitive status = new Primitive(ImpsTags.Status);
status.setTransactionMode(TransactionMode.Response);
status.addElement(ImpsTags.Result).addChild(ImpsTags.Code, code);
sendPrimitive(status);