SendAssetArgumentError

class SendAssetArgumentError(message: String, cause: Throwable? = null) : PortalException

Deprecated

Use PortalException.Transaction.SendAssetArgumentError instead.

Replace with

PortalException.Transaction.SendAssetArgumentError

Constructors

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

Properties

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