promoteMsg: param => {
    const errors = [];

    if (!param.msgId) {
      errors.push({ value: param.msgId, message: 'Missing value `msgId`.' });