Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModioResponse

Ahmed Castro edited this page Dec 2, 2017 · 15 revisions
struct ModioResponse
{
  int code;
  ModioError* error;
  int cursor_id;
  int prev_id;
  int next_id;
  int result_count;
};

Wrapped by: Error See also: ModioError

Contents

Clone this wiki locally