MeshxRpc.Client.call-exclamation-mark

You're seeing just the callback call-exclamation-mark, go back to MeshxRpc.Client module for more information.
Link to this callback

call!(request, args, timeout, retry, retry_sleep)

View Source (optional)

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.