applyToError: function(error) {
      this.allDecorators.forEach((function(decorator) {
        decorator.errorsApply(error);
      }));
      if (this.parentDescription) {