error(message, options, translateOptions) {
    this.notify({ type: 'error', message, options, translateOptions });
    ladda.stopAll();
  },