Class SorobanRpcErrorResponse

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.stellar.sdk.requests.sorobanrpc.SorobanRpcErrorResponse
All Implemented Interfaces:
Serializable

public class SorobanRpcErrorResponse extends Exception
Throws when Soroban-RPC instance responds with error.
See Also:
  • Constructor Details

    • SorobanRpcErrorResponse

      public SorobanRpcErrorResponse(Integer code, String message, String data)
  • Method Details