ExFtx.JsonResponse (ex_ftx v0.0.4)

Link to this section Summary

Link to this section Types

Specs

error() :: String.t()

Specs

t() :: %ExFtx.JsonResponse{
  error: error(),
  result: map() | list(),
  success: boolean()
}