一般错误

    无效方法

    错误代码

    R5006

    错误描述

    您请求中使用的 API 方法无效。例如,您可能在 POST 请求中选择了 GET 方法。 

    建议的操作 

    请输入有效的方法名,然后重试。

    不受支持的参数

    错误代码

    R5012

    错误描述

    您的请求具有 Writer API 中不受支持的参数类型。 

    建议的操作 

    请输入有效值并重试。

    未配置 URL 规则

    错误代码

    R2008

    错误描述

    指定的 web URL 未正确配置。 

    无效的 Oauth 令牌

    错误代码

    R5011

    错误描述

    提供的授权头无效。您在使用的 access_token 无效或已到期。

    建议的操作 

    创建新 access_token,然后重试。

     

    错误响应:

    
    				{
        "error":  {
            "message": "Posting method seems to be invalid. Please trywith valid method.",
            "errorcode": "R5006"
        }
    }			

    错误响应:

    
    				{
        "error": {
            "message": "Unsupported parameters are found. Tryagain with supported parameters.",
            "errorcode": "R5012"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "URL not configured properly.",
            "errorcode": "R2008"
        }
    }			

    错误响应:

    
    				{
        "error": {
            "message": "OAuthtoken or OAuthspace seems to be invalid.",
            "errorcode": "R5011"
        }
    }