Showing 146 of 349 total issues
Avoid too many return
statements within this function. Open
Open
return new InsufficientCredentialsError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new InvalidQuerySyntaxError(message, debug);
Avoid too many return
statements within this function. Open
Open
return await this.setAuthorization(KinveyHttpAuth.Master);
Avoid too many return
statements within this function. Open
Open
return new NotFoundError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new InvalidCredentialsError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new KinveyError();
Avoid too many return
statements within this function. Open
Open
return WebSQL;
Avoid too many return
statements within this function. Open
Open
return new IndirectCollectionAccessDisallowedError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new JSONParseError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new KinveyInternalErrorStop(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 new CORSDisabledError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new UserAlreadyExistsError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new InsufficientCredentialsError(message, debug);
Avoid too many return
statements within this function. Open
Open
return await this.setAuthorization(KinveyHttpAuth.Master);
Avoid too many return
statements within this function. Open
Open
return {
_id,
operation: state.operation,
error: new Error('Unable to push item in sync table because the event was not recognized.')
};
Avoid too many return
statements within this function. Open
Open
return new StaleRequestError(message, debug);
Avoid too many return
statements within this function. Open
Open
return new ParameterValueOutOfRangeError(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 null;