ERROR | RPCs to variable argument functions are not allowed |
CAUSE | Attempted to call a vararg function (a function which contains ellipsis in the formal parameter list) as an RPC. |
ACTION | Do not call vararg functions as an RPC. |
ERROR | RPCs to variable argument functions are not allowed |
CAUSE | Attempted to call a vararg function (a function which contains ellipsis in the formal parameter list) as an RPC. |
ACTION | Do not call vararg functions as an RPC. |