Rpc Error
open class RpcError(val code: Int, val message: String, cause: Throwable? = null) : PortalException.Api
Thrown when an RPC request fails.
This is an open class to allow io.portalhq.android.provider.PortalRpcError to extend it for backward compatibility.