Skip to content

Submit failure response: terQUEUED #92

@drsaluml

Description

@drsaluml

Payment payment = new Payment();
ManagedTxn tx = tm.manage(payment);
payment.putTranslated(AccountID.Destination, toAddress);

tx.once(ManagedTxn.OnSubmitSuccess.class, new ManagedTxn.OnSubmitSuccess() {
@OverRide
public void called(Response response) {

    if (response.engineResult().equals(EngineResult.tesSUCCESS)) {

    } else {
        // Error
        log.error("Id : " + id + " error : " + error);
    }

}

});

--

tm.queue(tx);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions