#!/usr/bin/env php loadModel('mr'); r($mrModel->convertApiError(array('Another open merge request already exists for this source branch: !123'))) && p() && e('存在另外一个同样的合并请求在源项目分支中: ID123'); r($mrModel->convertApiError("You can't use same project/branch for source and target")) && p() && e('源项目分支与目标项目分支不能相同'); r($mrModel->convertApiError('Unknown error message')) && p() && e('Unknown error message'); r($mrModel->convertApiError('')) && p() && e('0'); r($mrModel->convertApiError('403 Forbidden')) && p() && e('权限不足'); r($mrModel->convertApiError('401 Unauthorized')) && p() && e('权限不足'); r($mrModel->convertApiError(array('pull request already exists for these targets and source'))) && p() && e('存在另外一个同样的合并请求在源项目分支中');