Enum Class ClaimClaimableBalanceResultCode

java.lang.Object
java.lang.Enum<ClaimClaimableBalanceResultCode>
org.stellar.sdk.xdr.ClaimClaimableBalanceResultCode
All Implemented Interfaces:
Serializable, Comparable<ClaimClaimableBalanceResultCode>, Constable

public enum ClaimClaimableBalanceResultCode extends Enum<ClaimClaimableBalanceResultCode>
ClaimClaimableBalanceResultCode's original definition in the XDR file is:
 enum ClaimClaimableBalanceResultCode
 {
     CLAIM_CLAIMABLE_BALANCE_SUCCESS = 0,
     CLAIM_CLAIMABLE_BALANCE_DOES_NOT_EXIST = -1,
     CLAIM_CLAIMABLE_BALANCE_CANNOT_CLAIM = -2,
     CLAIM_CLAIMABLE_BALANCE_LINE_FULL = -3,
     CLAIM_CLAIMABLE_BALANCE_NO_TRUST = -4,
     CLAIM_CLAIMABLE_BALANCE_NOT_AUTHORIZED = -5
 };