SdkException

open class SdkException(message: String? = null, cause: Throwable? = null) : Exception

Base exception class for SDK-specific errors that are not network-related.

This exception is thrown for SDK-level validation errors, such as when an account requires a memo (SEP-0029) or other business logic violations.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Properties

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