Package org.stellar.sdk.xdr
Class SCError.SCErrorBuilder
java.lang.Object
org.stellar.sdk.xdr.SCError.SCErrorBuilder
- Enclosing class:
SCError
-
Method Summary
Modifier and TypeMethodDescriptionbuild()code(SCErrorCode code) Value of thecodefield.contractCode(Uint32 contractCode) Value of thecontractCodefield.discriminant(SCErrorType discriminant) Value of thediscriminantfield.toString()
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
contractCode
Value of thecontractCodefield.- Parameters:
contractCode- thecontractCodefield value- Returns:
this.
-
code
Value of thecodefield.- Parameters:
code- thecodefield value- Returns:
this.
-
build
-
toString
-