Lines Matching refs:error
50 (statusType, timeout = 300000, error = 'Time out.') => {
57 deferred.reject(error);
88 .catch(error => {
89 console.log(error);
90 toastService.error(
122 .catch(error => {
123 console.log(error);
124 toastService.error(
146 .catch(error => {
147 console.log(error);
148 toastService.error(
174 .catch(error => {
175 console.log(error);
176 toastService.error(
197 .catch(error => {
198 console.log(error);
199 toastService.error(Constants.MESSAGES.POWER_OP.POWER_ON_FAILED);
295 .catch(function(error) { argument
297 toastService.error('Unable to get boot override values.');
299 'Error loading boot settings:', JSON.stringify(error));
313 .catch(function(error) { argument
314 toastService.error('Unable to get TPM policy status.');
315 console.log('Error loading TPM status', JSON.stringify(error));
347 function(error) { argument
348 toastService.error('Unable to save boot settings.');
349 console.log(JSON.stringify(error));
372 function(error) { argument
373 toastService.error('Unable to update TPM required policy.');
374 console.log(JSON.stringify(error));
402 function(error) { argument
403 toastService.error(
405 console.log(JSON.stringify(error));