Vdo log message : pd
This commit is contained in:
parent
00a58cb95c
commit
48f8b71ecc
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user