Showing 9,144 of 9,144 total issues
Avoid too many return
statements within this function. Open
Open
return API.v1.failure({
status: 'app_user_error',
messages: [(aff.getAppUserError() as Record<string, any>).message],
payload: { username: (aff.getAppUserError() as Record<string, any>).username },
});
Avoid too many return
statements within this function. Open
Open
return message;
Avoid too many return
statements within this function. Open
Open
return API.v1.internalError();
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return defaultAgent;
Avoid too many return
statements within this function. Open
Open
return API.v1.failure({ error: 'Failed to get a file to install for the App. ' });
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return API.v1.failure(e.message);
Avoid too many return
statements within this function. Open
Open
return API.v1.success({ app: result });
Avoid too many return
statements within this function. Open
Open
return API.v1.success({
app: formatAppInstanceForRest(app),
});
Avoid too many return
statements within this function. Open
Open
return guestAgent;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return message;
Avoid too many return
statements within this function. Open
Open
return API.v1.failure({ error: 'Invalid purchase type' });
Avoid too many return
statements within this function. Open
Open
return API.v1.failure({ error: 'Failed to get a file to install for the App. ' });
Avoid too many return
statements within this function. Open
Open
return API.v1.success({
app: info,
implemented: aff.getImplementedInferfaces(),
licenseValidation: aff.getLicenseValidationResult(),
});
Avoid too many return
statements within this function. Open
Open
return handleError('Unable to access Marketplace. Does the server has access to the internet?', e);
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return API.v1.failure({ status: 'storage_error', messages: [aff.getStorageError()] });
Avoid too many return
statements within this function. Open
Open
return API.v1.success({
app: info,
implemented: aff.getImplementedInferfaces(),
licenseValidation: aff.getLicenseValidationResult(),
});