diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index b86538c9..75bf3918 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -9102,19 +9102,19 @@ class PD_Controller extends REST_Controller else{ $data['dataStatus'] = false; $data['status'] = REST_Controller::HTTP_NOT_FOUND; - $data['msg'] = 'Something Wrong. Try Later! 1'; + $data['msg'] = 'Something Wrong. Try Later! ID not Found'; $this->response($data, REST_Controller::HTTP_OK); } }else{ $data['dataStatus'] = false; $data['status'] = REST_Controller::HTTP_NOT_FOUND; - $data['msg'] = 'Something Wrong. Try Later! 2'; + $data['msg'] = 'Something Wrong. Try Later! S3 Url Not Found'; $this->response($data, REST_Controller::HTTP_OK); } } else { $data['dataStatus'] = false; $data['status'] = REST_Controller::HTTP_NOT_FOUND; - $data['msg'] = 'Something Wrong. Try Later! 3'; + $data['msg'] = 'Something Wrong. Try Later! Can`t Upload The file'; $this->response($data, REST_Controller::HTTP_OK); } } else {