Types

Link copied to clipboard
sealed class Api : PortalException

Base exception class for API and network-related errors.

Link copied to clipboard

Base exception class for Blockchain-related errors.

Link copied to clipboard
sealed class Connect : PortalException

Base exception class for PortalConnect-related errors.

Link copied to clipboard
sealed class Mpc : PortalException

Base exception class for MPC errors.

Link copied to clipboard
sealed class Provider : PortalException

Base exception class for Provider-related errors.

Link copied to clipboard
sealed class Storage : PortalException

Base exception class for storage-related errors.

Link copied to clipboard

Base exception class for transaction-related errors.

Link copied to clipboard
sealed class Wallet : PortalException

Base exception class for wallet-related errors.

Properties

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