|
throw new Exception("Missing parameter 'json_data", RestResult::MISSING_JSON);
|
|
throw new Exception("Missing parameter 'json_data", RestResult::MISSING_JSON);
|
|
throw new Exception("Parameter json_data is not a valid JSON structure", RestResult::INVALID_JSON);
|
|
throw new Exception("Parameter json_data is not a valid JSON structure", RestResult::INVALID_JSON);
|