Class SCSpecUDTErrorEnumV0

java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTErrorEnumV0

public class SCSpecUDTErrorEnumV0 extends Object
SCSpecUDTErrorEnumV0's original definition in the XDR file is:
 struct SCSpecUDTErrorEnumV0
 {
     string doc<SC_SPEC_DOC_LIMIT>;
     string lib<80>;
     string name<60>;
     SCSpecUDTErrorEnumCaseV0 cases<50>;
 };