Lines Matching refs:error
47 $scope.error = {modal_title: '', title: '', desc: '', type: 'warning'}; class in $scope
72 toastService.error('Image failed to activate.');
73 deferred.reject(error);
76 function(error) { argument
79 console.log(error);
80 deferred.reject(error);
102 function(error) { argument
103 console.log(JSON.stringify(error));
104 toastService.error('Unable to activate image');
112 function(error) { argument
113 console.log(JSON.stringify(error));
114 toastService.error('Unable to activate image');
123 function(error) { argument
124 console.log(JSON.stringify(error));
125 toastService.error('Unable to reboot BMC.');
152 .catch(function(error) { argument
153 console.log(JSON.stringify(error));
154 toastService.error(Constants.MESSAGES.POWER_OP.POWER_ON_FAILED);
167 .catch(function(error) { argument
168 console.log(JSON.stringify(error));
169 toastService.error(
190 function(error) { argument
192 console.log(error);
193 toastService.error('Unable to upload image file');
223 function(error) { argument
226 deferred.reject(error);
235 toastService.error(
263 function(error) { argument
264 console.log(error);
265 toastService.error(
286 toastService.error('Unable to update boot priority');
303 toastService.error('Unable to delete image');