BinanceSDKNotInitializedException

Exception thrown when attempting to use the Binance SDK before initialization. The SDK must be initialized with valid API credentials using BinanceSDK.setup before any operations can be performed.

This exception is thrown when:

  1. No API credentials have been provided

  2. The SDK's setup method hasn't been called

  3. The initialization process failed

Properties

Link copied to clipboard
open override val cause: Throwable? = null
Link copied to clipboard
open override val message: String

A detailed description of the error that occurred