Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Calling an accounts request gives an uninformative error message:

Code Block
final Server stellarServer = new Server ("http://localhost:8080/");
final AccountsRequestBuilder accountsRequest = stellarServer.accounts();

try {
  final Page<Account> accounts = accountsRequest.execute();
}
catch (IOException accountsRequestExecuteException)
{
  System.out.println("Requesting accounts failed: " + accountsRequestExecuteException);
}

Results in this error message:

...

Can be found at: https://github.com/stellar/java-stellar-sdk/issues