MeshxRpc.Client.call-exclamation-mark
You're seeing just the callback
call-exclamation-mark
, go back to MeshxRpc.Client module for more information.
Specs
call!( request :: atom(), args :: list(), timeout :: timeout(), retry :: pos_integer(), retry_sleep :: non_neg_integer() ) :: term() | {:error_rpc, reason :: term()}
Same as call/5
, will reraise remote exception locally.