AccountNotFoundException

class AccountNotFoundException(val accountId: String) : Exception

Exception thrown when an account is not found on the network.

This typically occurs when attempting to fetch account information for an account that hasn't been funded yet or doesn't exist on the Stellar network.

Constructors

Link copied to clipboard
constructor(accountId: String)

Properties

Link copied to clipboard

The account ID that was not found

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?