Class SCSpecUDTErrorEnumCaseV0

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

public class SCSpecUDTErrorEnumCaseV0 extends Object
SCSpecUDTErrorEnumCaseV0's original definition in the XDR file is:
 struct SCSpecUDTErrorEnumCaseV0
 {
     string doc<SC_SPEC_DOC_LIMIT>;
     string name<60>;
     uint32 value;
 };