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

ModioError

Ahmed Castro edited this page Nov 9, 2017 · 6 revisions
struct ModioError
{
  int code;
  char* message;
  char** errors_array;
  int errors_array_size;
};

Contents

Clone this wiki locally