Send Asset Argument Error
open class SendAssetArgumentError(message: String, cause: Throwable? = null) : PortalException.Transaction
Thrown when there is an error with send asset arguments.
This is an open class to allow the top-level SendAssetArgumentError to extend it for backward compatibility.