ovrl_sdk.exceptions

Custom exception types for the OVRL SDK (Apache-2.0).

Defines a small hierarchy capturing Friendbot failures, Soroban availability issues, and transaction rejections. Authors: Overlumens (github.com/overlumens) and Md Mahedi Zaman Zaber (github.com/zaber-dev).

Exceptions

FriendbotError

Raised when Friendbot funding fails or is unavailable.

OVRLError

Base exception for the package.

SorobanTransactionRejected

Raised when the Soroban RPC reports a terminal failure for a transaction.

SorobanUnavailableError

Raised when Soroban helpers are used without a configured RPC endpoint.