PrevUpHomeNext

ApplyResult

Enum class for return value from applyTransaction

Synopsis
enum ApplyResult

Values

Name

Description

Success

Applied to this ledger.

Fail

Should not be retried in this ledger.

Retry

Should be retried in this ledger.

Description
See Also

applyTransaction

Header

#include <ripple/app/tx/apply.h>


PrevUpHomeNext