SPlus.WebDashboard.Settings.load (key, function (settings){
//TODO: Implement what to do with the settings
}, function (errorResponse){
var error = errorResponse['error#displayValue']; //Getting the error
//TODO: Implement how to handle errors
});