Enum Class ExtendFootprintTTLResultCode

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

public enum ExtendFootprintTTLResultCode extends Enum<ExtendFootprintTTLResultCode>
ExtendFootprintTTLResultCode's original definition in the XDR file is:
 enum ExtendFootprintTTLResultCode
 {
     // codes considered as "success" for the operation
     EXTEND_FOOTPRINT_TTL_SUCCESS = 0,

     // codes considered as "failure" for the operation
     EXTEND_FOOTPRINT_TTL_MALFORMED = -1,
     EXTEND_FOOTPRINT_TTL_RESOURCE_LIMIT_EXCEEDED = -2,
     EXTEND_FOOTPRINT_TTL_INSUFFICIENT_REFUNDABLE_FEE = -3
 };