Showing 146 of 349 total issues
Avoid too many return
statements within this function. Open
Open
return await this.setAuthorization(KinveyHttpAuth.App);
Avoid too many return
statements within this function. Open
Open
return new FeatureUnavailableError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new MissingQueryError(message, debug);
Avoid too many return
statements within this function. Open
Open
return await this.setAuthorization(KinveyHttpAuth.Session);
Avoid too many return
statements within this function. Open
Open
return 0;
Avoid too many return
statements within this function. Open
Open
return new InvalidIdentifierError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new MissingConfigurationError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new ServerError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new DuplicateEndUsersError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new KinveyError(message, debug);
Avoid too many return
statements within this function. Open
Open
return await this.setAuthorization(KinveyHttpAuth.MFASessionToken);
Avoid too many return
statements within this function. Open
Open
return new MissingRequestHeaderError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new WritesToCollectionDisallowedError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new BadRequestError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new ResultSetSizeExceededError(message, debug);
Avoid too many return
statements within this function. Open
Open
return 0;
Avoid too many return
statements within this function. Open
Open
return (aField < bField ? -1 : 1) * modifier;
Avoid too many return
statements within this function. Open
Open
return new IncompleteRequestBodyError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new KinveyInternalErrorRetry(message, debug);
Avoid too many return
statements within this function. Open
Open
return new MissingRequestParameterError(message, debug);