case `${actionPrefix}_LIST_FAILURE`:
      return state.withMutations((map) => {
        map.set('error', action.payload.error);
        map.set('isActive', false);
      });