You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewUniversalApiError(`No data provided`,"ERROR",fullUrl.pathname,Constants.HTTP_STATUS_CODE.BAD_REQUEST);
326
344
}
327
345
if(HAS_PAG_OR_FILT){
328
-
thrownewUniversalApiError(`No data to filter or to paginate`,"ERROR",fullUrl.pathname,Constants.HTTP_STATUS_CODE.BAD_REQUEST);
346
+
thrownewUniversalApiError(`Cannot apply pagination or filters: resource at ${fullUrl.pathname} does not exist yet.`,"ERROR",fullUrl.pathname,Constants.HTTP_STATUS_CODE.BAD_REQUEST);
0 commit comments