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 Nov 7, 2017 · 15 revisions
struct ModioResponse
{
  int code;
  ModioError* error;
  int cursor_id;
  int prev_id;
  int next_id;
  int result_count;
};

The ModioResponse object is a struct containing the response code, errors and cursor data form mod.io. This object is returned on every callback and you can use it to check if your request was successful and to browse objects properly using the cursor filters.

See also: API Errors, API Response Codes, Response formats, API cursors and objects

Contents

Clone this wiki locally